yangyang 80dead203e 乐家汇后端管理系统api接口地址配置修改 1 bulan lalu
..
addon 97c1cd6309 源码提交 1 bulan lalu
app 97c1cd6309 源码提交 1 bulan lalu
assets 97c1cd6309 源码提交 1 bulan lalu
components 97c1cd6309 源码提交 1 bulan lalu
composables 97c1cd6309 源码提交 1 bulan lalu
lang 97c1cd6309 源码提交 1 bulan lalu
layouts 80dead203e 乐家汇后端管理系统api接口地址配置修改 1 bulan lalu
middleware 97c1cd6309 源码提交 1 bulan lalu
plugins 97c1cd6309 源码提交 1 bulan lalu
public 97c1cd6309 源码提交 1 bulan lalu
stores 97c1cd6309 源码提交 1 bulan lalu
types 97c1cd6309 源码提交 1 bulan lalu
utils 97c1cd6309 源码提交 1 bulan lalu
.gitignore 97c1cd6309 源码提交 1 bulan lalu
.npmrc 97c1cd6309 源码提交 1 bulan lalu
README.md 97c1cd6309 源码提交 1 bulan lalu
app.vue 97c1cd6309 源码提交 1 bulan lalu
nuxt.config.ts 97c1cd6309 源码提交 1 bulan lalu
package-lock.json 97c1cd6309 源码提交 1 bulan lalu
package.json 97c1cd6309 源码提交 1 bulan lalu
publish.cjs 97c1cd6309 源码提交 1 bulan lalu
tsconfig.json 97c1cd6309 源码提交 1 bulan lalu
windi.config.ts 97c1cd6309 源码提交 1 bulan lalu

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.