Skip to content
/ vite-vue Public template

Template to create Vue3 app with Vite, Tailwindcss, FontAwesome, Jest and Cypress

Notifications You must be signed in to change notification settings

laruiss/vite-vue

Repository files navigation

Unofficial template to create Vue 3 apps

This is a work in progress. Any comment is welcome.

What is included

Run the dev server

npm run dev

Run the tests with jest

npm test

Run End-to-end tests with cypress

npm run test:e2e

Run End-to-end tests with cypress and watch for changes in app code

npm run watch:e2e

Run End-to-end tests with cypress in CI mode (headless)

npm run test:e2e-ci

Build and see a preview of the production code

npm run preview

See a preview of already built code

npm run serve

About

Template to create Vue3 app with Vite, Tailwindcss, FontAwesome, Jest and Cypress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published