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

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.