An application runs VueJS with a styled components
- nvm
- node
- npm
- vue
- vue-cli
Use Node Version Manager to switch node versions. This app requires node 14.
You will need a global installion of vue-cli to run the project. See Vue installation.
npm install -g @vue/cli
or
yarn global add @vue/cli
npm install
npm run serve
The application should run at http://localhost:8080/, if the port is not available vue will look for the next available port
npm run build
npm run test
TODO this requires platform agnostic implementation of selenium
npm run test:e2e
the package.json contains a watch parameter to check when test files are changed.
npm run test:unit