test-task
Once you finish with the yarn install
command, please configure the ESLint with vue ui
.
You can check the demo app at: https://bto-test.vercel.app/
Project setup
yarn install
First configure the ESLint
vue ui
-> Select the project test-task
--> Configuration
---> ESLint Configuration
----> Select Config: Essential ( default )
Run the development server
yarn run serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint