yangyang 80dead203e 乐家汇后端管理系统api接口地址配置修改 пре 11 месеци
..
addon 97c1cd6309 源码提交 пре 1 година
app 97c1cd6309 源码提交 пре 1 година
assets 97c1cd6309 源码提交 пре 1 година
components 97c1cd6309 源码提交 пре 1 година
composables 97c1cd6309 源码提交 пре 1 година
lang 97c1cd6309 源码提交 пре 1 година
layouts 80dead203e 乐家汇后端管理系统api接口地址配置修改 пре 11 месеци
middleware 97c1cd6309 源码提交 пре 1 година
plugins 97c1cd6309 源码提交 пре 1 година
public 97c1cd6309 源码提交 пре 1 година
stores 97c1cd6309 源码提交 пре 1 година
types 97c1cd6309 源码提交 пре 1 година
utils 97c1cd6309 源码提交 пре 1 година
.gitignore 97c1cd6309 源码提交 пре 1 година
.npmrc 97c1cd6309 源码提交 пре 1 година
README.md 97c1cd6309 源码提交 пре 1 година
app.vue 97c1cd6309 源码提交 пре 1 година
nuxt.config.ts 97c1cd6309 源码提交 пре 1 година
package-lock.json 97c1cd6309 源码提交 пре 1 година
package.json 97c1cd6309 源码提交 пре 1 година
publish.cjs 97c1cd6309 源码提交 пре 1 година
tsconfig.json 97c1cd6309 源码提交 пре 1 година
windi.config.ts 97c1cd6309 源码提交 пре 1 година

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.