Pace calculator and charts
This is a quick-and-dirty Vue/Nuxt project designed to visualize the interplay of running pace, speed, and distance. There are plenty of these types of projects online, but I wanted an excuse to learn Nuxt.
# install dependencies
$ yarn install # Or yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, checkout the Nuxt.js docs. .
- Fork it.
- Create a topic branch
git checkout -b my_branch
- Commit your changes
git commit -am "Added fizzle feature"
- Push to your branch
git push origin my_branch
- Send a pull request
@YuzuTen/Pace is Copyright © 2019 Jason Truesdell. Licensed under the terms of the GNU Public License V3