This repository has been archived on 2021-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
perktree/frontend
Pavle Portic a77e883b4f
Update js dependencies
2019-08-27 09:29:21 +02:00
..
public Finish up basic perktree view 2019-03-23 04:25:03 +01:00
src Add user stats dashboard with max perk count table 2019-04-07 13:57:17 +02:00
.browserslistrc Migrate project to django backend and vue frontend 2019-03-22 18:55:43 +01:00
.editorconfig Change editorconfig indentation options 2019-03-24 12:51:34 +01:00
.eslintrc.js Allow upload of tsv and parse data into db 2019-03-24 20:44:23 +01:00
.gitignore Migrate project to django backend and vue frontend 2019-03-22 18:55:43 +01:00
README.md Migrate project to django backend and vue frontend 2019-03-22 18:55:43 +01:00
package.json Update lodash due to vulnerability 2019-07-11 01:18:51 +02:00
postcss.config.js Migrate project to django backend and vue frontend 2019-03-22 18:55:43 +01:00
vue.config.js Better handle focus perks 2019-03-26 15:27:00 +01:00
yarn.lock Update js dependencies 2019-08-27 09:29:21 +02:00

README.md

perktree

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.