Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 891 Bytes

README.md

File metadata and controls

53 lines (37 loc) · 891 Bytes

Vite Typescript + Tailwind Starter

Simple, opinionated TS + Tailwind project template for experimenting w/ Vite.

Features

  • 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

Project setup and usage

Install dependencies:

yarn

Run development server:

yarn dev

Open Cypress test runner:

yarn test

Run Cypress tests in headless mode:

yarn test:ci

Contributing

Contributions are welcome! Please follow the code of conduct when interacting with others.


Follow @uninen on Twitter