Vue application playground. Project setup has been generated using vue-cli 3. Testing framework is Jest. Unit tests are located in same folder as components.
Demo available here
# Install dependencies
npm install
# Serve with hot reload at localhost:8080
npm run serve
# Run static server that serves locales (app requests new locales on lazy loaded manner)
npm run dev-proxy
# Build for production with minification
npm run build
# Run unit tests
npm run test:unit
# Run e2e tests
npm run test:e2e
For a detailed explanation on how things work, check out the guide.
npm run gh-pages