https://github.com/lpreterite/datagent-example
The datagent example
https://github.com/lpreterite/datagent-example
Last synced: 3 months ago
JSON representation
The datagent example
- Host: GitHub
- URL: https://github.com/lpreterite/datagent-example
- Owner: lpreterite
- License: mit
- Created: 2018-06-08T07:20:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T10:10:20.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T10:11:29.828Z (4 months ago)
- Language: Vue
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datagent-example
> The datagent example
## 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).