playwright/tests-components/ct-vue-vite
2022-03-15 14:47:42 -07:00
..
public chore: add ct examples (#12693) 2022-03-11 15:46:11 -08:00
src chore(vue): allow adding events in jsx templates (#12746) 2022-03-15 13:02:10 -07:00
.eslintignore chore: add ct examples (#12693) 2022-03-11 15:46:11 -08:00
.gitignore chore: add vue components example (#12797) 2022-03-15 14:47:42 -07:00
index.html chore: add ct examples (#12693) 2022-03-11 15:46:11 -08:00
package-lock.json chore: add ct examples (#12693) 2022-03-11 15:46:11 -08:00
package.json chore: prepare to publish component packages (#12697) 2022-03-12 13:51:27 -08:00
playwright.config.ts chore: add ct examples (#12693) 2022-03-11 15:46:11 -08:00
README.md chore: add ct examples (#12693) 2022-03-11 15:46:11 -08:00
tests.html chore: mount should return locator pointing to the component element / fragment (#12718) 2022-03-13 21:26:13 -07:00
tests.js chore: mount should return locator pointing to the component element / fragment (#12718) 2022-03-13 21:26:13 -07:00
vite.config.js chore: add ct examples (#12693) 2022-03-11 15:46:11 -08:00
vue.d.ts chore: add ct examples (#12693) 2022-03-11 15:46:11 -08:00

ct1

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build