Build
live demo: https://vue-showreel-aboutroots.netlify.app/
Tests
Example app made in Vue.js. Includes examples of:
- routing
- working with rest api
- using 3rd party libraries
- global state management
- private/public pages and authentication
- responsive design
- TypeScript support
- unit tests
TODO:
- advanced form validation
- multi-language support (i18n)
- light/dark theme
Requirements: node 16+
# Install dependencies:
yarn install
# To compile and hot-reload for development:
yarn serve
# To compiles and minify for production:
yarn build
# if you want to serve the production build locally, run:
yarn serve-static
# To lint and fix files:
yarn lint
# To run unit tests:
yarn test