yangyang bc0de21b31 商城pc端首页图标大小更改以及api接口配置 há 3 semanas atrás
..
addon 97c1cd6309 源码提交 há 3 semanas atrás
app 97c1cd6309 源码提交 há 3 semanas atrás
assets 97c1cd6309 源码提交 há 3 semanas atrás
components 97c1cd6309 源码提交 há 3 semanas atrás
composables 97c1cd6309 源码提交 há 3 semanas atrás
lang 97c1cd6309 源码提交 há 3 semanas atrás
layouts bc0de21b31 商城pc端首页图标大小更改以及api接口配置 há 3 semanas atrás
middleware 97c1cd6309 源码提交 há 3 semanas atrás
plugins 97c1cd6309 源码提交 há 3 semanas atrás
public 97c1cd6309 源码提交 há 3 semanas atrás
stores 97c1cd6309 源码提交 há 3 semanas atrás
types 97c1cd6309 源码提交 há 3 semanas atrás
utils 97c1cd6309 源码提交 há 3 semanas atrás
.gitignore 97c1cd6309 源码提交 há 3 semanas atrás
.npmrc 97c1cd6309 源码提交 há 3 semanas atrás
README.md 97c1cd6309 源码提交 há 3 semanas atrás
app.vue 97c1cd6309 源码提交 há 3 semanas atrás
nuxt.config.ts 97c1cd6309 源码提交 há 3 semanas atrás
package-lock.json 97c1cd6309 源码提交 há 3 semanas atrás
package.json 97c1cd6309 源码提交 há 3 semanas atrás
publish.cjs 97c1cd6309 源码提交 há 3 semanas atrás
tsconfig.json 97c1cd6309 源码提交 há 3 semanas atrás
windi.config.ts 97c1cd6309 源码提交 há 3 semanas atrás

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.