Skip to content

Cross-platform, CDN-like Vue.js template with Typescript and Tailwind pre-configured.

Notifications You must be signed in to change notification settings

camdenboren/VueTSTW_Template

Repository files navigation

VueTSTW_Template

-Allows a CDN-like approach to using Vue.js without sacrificing Typescript functionality
-Done by installing Vue 3.3.4 (for the types) alongside a local copy of the Vue 3.3.4 JS module in /src (dev) and /docs (prod, so it's minified there)
-Also includes TailwindCSS

-Easy to deploy to Github Pages
 -On GH: go to settings -> pages -> make sure you're on preferred branch w/ /docs selected, then press save
-Meant for use in VS Code (esp w/ Vue's Volar and Typescript Support Extensions installed)
-Should work with Windows, Mac, and Linux

-To dev:
 npm install
 npm run devTS
 Ctrl+C to exit tsc watch mode
-To prod
 purge CSS if desired, otw, no build needed

Deployed at: https://camdenboren.github.io/VueTSTW_Template/

About

Cross-platform, CDN-like Vue.js template with Typescript and Tailwind pre-configured.

Topics

Resources

Stars

Watchers

Forks

Languages