Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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的魅力

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).