财务条
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
wally 3f9d01aaa7 上传空目录 4 years ago
assets 上传空目录 4 years ago
components add test code 4 years ago
composables init nuxt3 & vant template 4 years ago
config 上传空目录 4 years ago
hooks 上传空目录 4 years ago
layouts init nuxt3 & vant template 4 years ago
pages add test code 4 years ago
plugins add test code 4 years ago
public 上传空目录 4 years ago
server 上传空目录 4 years ago
utils 上传空目录 4 years ago
.eslintrc.js init nuxt3 & vant template 4 years ago
.gitignore init nuxt3 & vant template 4 years ago
.prettierrc init nuxt3 & vant template 4 years ago
README.md init nuxt3 & vant template 4 years ago
app.vue init nuxt3 & vant template 4 years ago
nuxt.config.ts init nuxt3 & vant template 4 years ago
package-lock.json init nuxt3 & vant template 4 years ago
package.json init nuxt3 & vant template 4 years ago
tsconfig copy.json init nuxt3 & vant template 4 years ago
tsconfig.json init nuxt3 & vant template 4 years ago

README.md

Nuxt 3 Minimal Starter

We recommend to look at the documentation.

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.