0.1.0-alpha.0 • Published 4 years ago

nbcs-store v0.1.0-alpha.0

Weekly downloads
31
License
-
Repository
-
Last release
4 years ago

storen Global shared Store that can't live inside components

  • It's probably ideal to have 1 to 1 stores for higher level components if possible so they can be bundled up together naturally, but if there are, and there probably will be, shared stores, put them here.

  • Maybe use vue-connect for shared store?

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.