This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/frontend
2019-05-06 04:05:32 +02:00
..
.vue-cli-ui Begin Login Form 2019-05-06 04:05:32 +02:00
public basic vue frontend 2019-02-22 20:23:42 +01:00
src Begin Login Form 2019-05-06 04:05:32 +02:00
tests/unit basic vue frontend 2019-02-22 20:23:42 +01:00
.browserslistrc basic vue frontend 2019-02-22 20:23:42 +01:00
.eslintrc.js basic vue frontend 2019-02-22 20:23:42 +01:00
.gitignore basic vue frontend 2019-02-22 20:23:42 +01:00
.prettierrc basic vue frontend 2019-02-22 20:23:42 +01:00
babel.config.js basic vue frontend 2019-02-22 20:23:42 +01:00
Dockerfile basic vue frontend 2019-02-22 20:23:42 +01:00
jest.config.js basic vue frontend 2019-02-22 20:23:42 +01:00
package.json move game source to frontend ~ refine Makefile ~ 2019-04-29 17:41:53 +02:00
postcss.config.js basic vue frontend 2019-02-22 20:23:42 +01:00
README.md basic vue frontend 2019-02-22 20:23:42 +01:00
yarn.lock move game source to frontend ~ refine Makefile ~ 2019-04-29 17:41:53 +02:00

frontend

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

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.