yangyang 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
..
addon 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
app 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
assets 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
components 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
composables 97c1cd6309 源码提交 il y a 3 semaines
lang 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
layouts 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
middleware 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
plugins 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
public 97c1cd6309 源码提交 il y a 3 semaines
stores 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
types 97c1cd6309 源码提交 il y a 3 semaines
utils 97c1cd6309 源码提交 il y a 3 semaines
.gitignore 97c1cd6309 源码提交 il y a 3 semaines
.npmrc 97c1cd6309 源码提交 il y a 3 semaines
README.md 97c1cd6309 源码提交 il y a 3 semaines
app.vue 97c1cd6309 源码提交 il y a 3 semaines
nuxt.config.ts 97c1cd6309 源码提交 il y a 3 semaines
package-lock.json 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
package.json 4d0ace623b 4月9号升级那一版的代码 il y a 1 semaine
publish.cjs 97c1cd6309 源码提交 il y a 3 semaines
tsconfig.json 97c1cd6309 源码提交 il y a 3 semaines
windi.config.ts 97c1cd6309 源码提交 il y a 3 semaines

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.