Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinacarlos/nuxt_ssr_template
基于nuxt.js 2.0 通用服务端渲染模板
https://github.com/chinacarlos/nuxt_ssr_template
Last synced: 1 day ago
JSON representation
基于nuxt.js 2.0 通用服务端渲染模板
- Host: GitHub
- URL: https://github.com/chinacarlos/nuxt_ssr_template
- Owner: ChinaCarlos
- Created: 2018-10-16T04:11:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T07:55:06.000Z (about 6 years ago)
- Last Synced: 2024-08-19T13:48:31.653Z (5 months ago)
- Language: Vue
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# company_website
> My ultimate Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).