BlueFire/frontend
Damillora 1d1e0888d2 Fix admin login 2020-02-09 19:51:57 +07:00
..
public BlueFire source code 2020-02-09 14:13:33 +07:00
src Fix admin login 2020-02-09 19:51:57 +07:00
.browserslistrc BlueFire source code 2020-02-09 14:13:33 +07:00
.env Documenting ready 2020-02-09 14:29:19 +07:00
.eslintrc.js BlueFire source code 2020-02-09 14:13:33 +07:00
.gitignore BlueFire source code 2020-02-09 14:13:33 +07:00
README.md Documenting ready 2020-02-09 14:29:19 +07:00
babel.config.js BlueFire source code 2020-02-09 14:13:33 +07:00
jsconfig.json BlueFire source code 2020-02-09 14:13:33 +07:00
package.json BlueFire source code 2020-02-09 14:13:33 +07:00
yarn.lock BlueFire source code 2020-02-09 14:13:33 +07:00

README.md

The bluefire frontend

Project setup

yarn install
vim .env
# Edit VUE_APP_API_URL to point to API endpoint

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.