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

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.