Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weipxiu/nuxtjs
学习nuxtjs是有必要的,如果你是需要用vue做前台项目的话,又如需要优化首屏加载时间等,nuxtjs拥有良好的开箱即用机制,只需要通过较为短暂的学习成本即可获取相应技能。这或许就是vue.js的魅力
https://github.com/weipxiu/nuxtjs
Last synced: 26 days ago
JSON representation
学习nuxtjs是有必要的,如果你是需要用vue做前台项目的话,又如需要优化首屏加载时间等,nuxtjs拥有良好的开箱即用机制,只需要通过较为短暂的学习成本即可获取相应技能。这或许就是vue.js的魅力
- Host: GitHub
- URL: https://github.com/weipxiu/nuxtjs
- Owner: weipxiu
- Created: 2020-11-24T08:10:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T11:18:53.000Z (about 4 years ago)
- Last Synced: 2024-10-30T11:12:17.297Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt_demo
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).