Skip to content

raiot/boardgames

Repository files navigation

boardgame-companions

This is a boardgames focus project, you can find companions and games

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

Translations

Vuei18n

Update your translations or add a language in /universal/translations.js

In your template

{{$t('message.{your_translation_name'}}

or directly in your script tag

this.$t('message.{your_translation_name})

Vuei18n documentation can be found here

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

Made with ♥ by René Durazo (@rene_du)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published