Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neonerd/2018.ceegs.eu
CEEGS 2018 Website
https://github.com/neonerd/2018.ceegs.eu
Last synced: 1 day ago
JSON representation
CEEGS 2018 Website
- Host: GitHub
- URL: https://github.com/neonerd/2018.ceegs.eu
- Owner: neonerd
- Created: 2018-04-01T21:47:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T17:38:56.000Z (about 6 years ago)
- Last Synced: 2024-11-07T09:49:31.837Z (about 2 months ago)
- Language: Vue
- Size: 3.35 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web
> 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).