StoryBoard Task Tracking Vue based Browser Client
Go to file
Jeremy Stanley 10413771af Added .gitreview 2021-03-18 18:42:55 +00:00
public Add basic route prototypes 2020-04-30 23:15:47 +01:00
src Add LICENSE file and copyright headers 2021-03-18 16:52:49 +00:00
tests init 2020-04-30 23:15:39 +01:00
.browserslistrc init 2020-04-30 23:15:39 +01:00
.editorconfig init 2020-04-30 23:15:39 +01:00
.eslintrc.js init 2020-04-30 23:15:39 +01:00
.gitignore init 2020-04-30 23:15:39 +01:00
.gitreview Added .gitreview 2021-03-18 18:42:55 +00:00
LICENSE Add LICENSE file and copyright headers 2021-03-18 16:52:49 +00:00
README.md init 2020-04-30 23:15:39 +01:00
babel.config.js Add a component to render markdown 2020-05-06 22:20:35 +01:00
package.json Add a component for rendering dates 2020-05-09 20:26:52 +01:00
vue.config.js Add a standardised set of colours 2020-09-27 17:33:57 +01:00
yarn.lock Add a component for rendering dates 2020-05-09 20:26:52 +01:00

README.md

storyboard-vue

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

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.