https://github.com/johnlindquist/hackernuxt
https://github.com/johnlindquist/hackernuxt
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnlindquist/hackernuxt
- Owner: johnlindquist
- Created: 2017-08-08T18:53:59.000Z (almost 9 years ago)
- Default Branch: setup
- Last Pushed: 2017-08-12T05:14:17.000Z (almost 9 years ago)
- Last Synced: 2025-09-21T11:05:05.755Z (10 months ago)
- Language: Vue
- Size: 188 KB
- Stars: 25
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackernuxt
> Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# 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
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).