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 5bf978aabe
Fix login errors not showing
2019-03-24 21:09:28 +01:00
..
public Finish up basic perktree view 2019-03-23 04:25:03 +01:00
src Fix login errors not showing 2019-03-24 21:09:28 +01: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 Allow upload of tsv and parse data into db 2019-03-24 20:44:23 +01:00
postcss.config.js Migrate project to django backend and vue frontend 2019-03-22 18:55:43 +01:00
vue.config.js Migrate project to django backend and vue frontend 2019-03-22 18:55:43 +01:00
yarn.lock Allow upload of tsv and parse data into db 2019-03-24 20:44:23 +01: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.