财务条
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 4be5a9edf6 nuxt3 & vant templete 4 years ago
composables nuxt3 & vant templete 4 years ago
layouts nuxt3 & vant templete 4 years ago
pages nuxt3 & vant templete 4 years ago
plugins nuxt3 & vant templete 4 years ago
.eslintrc.js nuxt3 & vant templete 4 years ago
.gitignore nuxt3 & vant templete 4 years ago
.prettierrc nuxt3 & vant templete 4 years ago
README.md nuxt3 & vant templete 4 years ago
app.vue nuxt3 & vant templete 4 years ago
nuxt.config.ts nuxt3 & vant templete 4 years ago
package-lock.json nuxt3 & vant templete 4 years ago
package.json nuxt3 & vant templete 4 years ago
tsconfig copy.json nuxt3 & vant templete 4 years ago
tsconfig.json nuxt3 & vant templete 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.