You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| public | 6 years ago | |
| src | 6 years ago | |
| static | 6 years ago | |
| tests/unit | 6 years ago | |
| .browserslistrc | 6 years ago | |
| .editorconfig | 6 years ago | |
| .eslintrc.js | 6 years ago | |
| .gitignore | 6 years ago | |
| .prettierrc | 6 years ago | |
| LICENSE | 6 years ago | |
| README.md | 6 years ago | |
| babel.config.js | 6 years ago | |
| config.yml | 6 years ago | |
| jest.config.js | 6 years ago | |
| package.json | 6 years ago | |
| postcss.config.js | 6 years ago | |
| yarn.lock | 6 years ago | |
README.md
Getting started
Before contributing please read the following:
The stack is built using vue-cli webpack so to get started all you have to do is:
# install dependencies
> yarn install
# serve with hot reload at localhost:8080
> yarn serve
Other commands available are:
# build for production with minification
yarn run build
# run unit tests
yarn test