Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 471 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 471 Bytes

backgammon-vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Project specific

I've decided not to use Vuex because it doesen't seem like it's necessary. Using slots in this situation made sense.