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-14 16:20:38 +02:00
..
.vue-cli-ui Better Forms 2019-05-07 05:06:45 +02:00
public basic vue frontend 2019-02-22 20:23:42 +01:00
src Views: Updated for (async) computed properties 2019-05-14 16:20:38 +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 async computed support 2019-05-14 16:18:41 +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 async computed support 2019-05-14 16:18:41 +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.