https://github.com/trevorwang/koa-vue
https://github.com/trevorwang/koa-vue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/trevorwang/koa-vue
- Owner: trevorwang
- Created: 2018-04-07T00:28:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T00:28:26.000Z (about 7 years ago)
- Last Synced: 2025-01-29T19:31:09.727Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-nuxt
> Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install*[see note below]# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```*Note: Due to a bug in yarn's engine version detection code if you are
using a prerelease version of Node (i.e. v7.6.0-rc.1) you will need to either:
1. Use `npm install`
2. Run `yarn` with a standard release of Node and then switch backFor detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).