No description
- Vue 75.5%
- JavaScript 24.5%
| assets | ||
| components | ||
| layouts | ||
| locales | ||
| middleware | ||
| pages | ||
| plugins | ||
| static | ||
| store | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .gitignore | ||
| .travis.yml | ||
| nuxt.config.js | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
darxt
Super-simple darts scoring app built with Nuxt.js. Check it out in action at https://darts.steamshard.net.
Tools used
- Nuxt.js
- Nuxt localForage module
- TravisCI S3 deploy target provider
Additionally, the demo app is hosted with AWS S3, ACM and CloudFront.
Build Setup
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate