No description
This repository has been archived on 2026-05-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Vue 75.5%
  • JavaScript 24.5%
Find a file
Paweł J. Wal fbb56367b0
Demo app
2018-06-26 18:23:45 +02:00
assets Initial (golden) commit 2018-06-23 21:11:40 +02:00
components Introduce leaderboards 2018-06-26 16:37:44 +02:00
layouts Closes #3 Support 2-4 players 2018-06-26 10:23:04 +02:00
locales Introduce leaderboards 2018-06-26 16:37:44 +02:00
middleware Initial (golden) commit 2018-06-23 21:11:40 +02:00
pages Introduce leaderboards 2018-06-26 16:37:44 +02:00
plugins Closes #4 More flexible data storage backend 2018-06-26 12:49:00 +02:00
static Initial (golden) commit 2018-06-23 21:11:40 +02:00
store Closes #3 Support 2-4 players 2018-06-26 10:23:04 +02:00
.editorconfig Initial (golden) commit 2018-06-23 21:11:40 +02:00
.eslintrc.js Initial (golden) commit 2018-06-23 21:11:40 +02:00
.gitignore Initial (golden) commit 2018-06-23 21:11:40 +02:00
.travis.yml Set public ACL on S3 during deploy 2018-06-26 16:49:33 +02:00
nuxt.config.js Closes #1 Add i18n 2018-06-26 13:42:21 +02:00
package.json Closes #1 Add i18n 2018-06-26 13:42:21 +02:00
README.md Demo app 2018-06-26 18:23:45 +02:00
yarn.lock Closes #1 Add i18n 2018-06-26 13:42:21 +02:00

darxt

Super-simple darts scoring app built with Nuxt.js. Check it out in action at https://darts.steamshard.net.

Tools used

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