Simple, opinionated TS + Tailwind project template for experimenting w/ Vite.
- Vue 3
- TypeScript
- Tailwind CSS w/ plugins preinstalled
@tailwindcss/aspect-ratio
@tailwindcss/typography
@tailwindcss/forms
- Eslint
- Prettier
- Simple reactive store
- Cypress.io e2e tests (configured similarly to
vue-cli
) - GitHub workflows
- Dependabot
- Automated e2e tests
Install dependencies:
yarn
Run development server:
yarn dev
Open Cypress test runner:
yarn test
Run Cypress tests in headless mode:
yarn test:ci
Contributions are welcome! Please follow the code of conduct when interacting with others.
Follow @uninen on Twitter