https://github.com/reteps/rungeek
A simple vue app for cross country graphing.
https://github.com/reteps/rungeek
nodejs nuxt vue
Last synced: 3 months ago
JSON representation
A simple vue app for cross country graphing.
- Host: GitHub
- URL: https://github.com/reteps/rungeek
- Owner: reteps
- Created: 2020-07-15T21:58:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:35:35.000Z (over 3 years ago)
- Last Synced: 2023-03-02T20:46:15.788Z (over 3 years ago)
- Topics: nodejs, nuxt, vue
- Language: HTML
- Homepage:
- Size: 3.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rungeek
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).