Skip to content
/ spex Public
forked from Profiiot/spex

Specify, align & exchange on connected ideas

License

Notifications You must be signed in to change notification settings

jperals/spex

 
 

Repository files navigation

Spex MVP

This project uses Vue.js with Vuex for state management and Vue Styleguidist to generate a living style guide.

Development setup

Set up a Firebase project in your local environment, e.g by copying .env.example as .env.local and filling in the data accordingly.

Install the dependencies:

yarn

Initialize a development server:

yarn serve

Start the living styleguide:

yarn styleguide

State management

Firebase is our source of truth for data. Please follow this data flow:

Views and components -> Dispatch actions -> Call Firebase -> Commit mutations -> Let views and components update

Production build

yarn build

License

This source code is provided under the MIT License. See LICENSE.

"Cloud Off" icon made by Google from www.flaticon.com is licensed by CC 3.0 BY.

About

Specify, align & exchange on connected ideas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 63.2%
  • JavaScript 35.1%
  • CSS 1.2%
  • HTML 0.5%