Skip to content

aboutroots/vue-showreel

Repository files navigation

vue-showreel

GitHub package.json dependency version (prod) types

Build

Netlify Status Uptime Robot status

live demo: https://vue-showreel-aboutroots.netlify.app/

Tests

qa workflow coverage

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

vue_showreel2

Development

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