Skip to content

I created this as a quick way to get started working with TypeScript, Vue CLI with Vue 2.X, and Tailwind CSS already configured.

Notifications You must be signed in to change notification settings

phillipkregg/Vue_With_TypeScript_TailwindCSS

Repository files navigation

Welcome to Vue with TypeScript and Tailwind!

If you are using VSCode, be sure to install the Tailwind Intelisense plugin.

Also, add Vue to your Tailwind supported languages in order to get autocomplete to work in your .vue files:

In settings.json:

{
"tailwindCSS.includeLanguages": {
    "vue": "html",
    "html": "html"
  },
}

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

After running npm run serve visit localhost:8080 and you should see this:

Welcome to Vue with TypeScript and Tailwind!

About

I created this as a quick way to get started working with TypeScript, Vue CLI with Vue 2.X, and Tailwind CSS already configured.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published