Guardian Dashboard website build with Vue 3, Typescript, Vite, Windi CSS, Vuex
- node 14+
- npm 7+
- Install dependencies:
npm install
- Start developing an application:
npm run serve
- Lint the code:
npm run lint
- Run unit tests:
npx vitest
- Build package:
npm run build
- To see how it looks on production:
npm run docker.build
npm run docker.run