Vue 3, Vite, and PrimeVue starter app with PWA support. Also featuring:
- SFCs with
<script setup>
syntax - TypeScript support
- Vue Router integration
- ESLint x Prettier configuration with pre-commit linting Git hook
- Unit testing with Jest, including sample spec file
- E2E testing with Cypress, including example test file as well
- Baseline Github Actions workflow
- Live demo deployed on Netlify
Open your favourite CLI and clone the repo:
git clone https://github.com/maciejpedzich/v2p2-starter.git
Now cd
into the project's directory and run npm install
. That's it - you're ready to go!
npm run dev
npm run build
npm run https-preview
npm run lint
npm run test:unit
npm run test:e2e
MIT