Vue Form
The Vue Form is injected when the user visits faceit.com
In order to develop and test it by itself use navigate to /form (this directory) and use the following commands.
These commands will not serve/build/test/lint the addon, just the Vue Form
- Compiles and hot-reloads for development:
npm run serve - Compiles and minifies for production:
npm run build - Run tests:
npm run test - Lints and fixes files:
npm run lint - Run your unit tests:
npm run test:unit