⚠ Currently, there's a bug where you can't have space chars in a project's folder name on Windows (try it in a folder without spaces and special chars in its name) ⚠
This starter template also includes:
- Vue Router 4.x
- Inter var font (self-hosted, woff2 format, version 3.15, see
public/font/inter.css
) - @tailwindcss/jit mode by default and first-party plugins needed for Tailwind UI:
npm:
npm install
npm run dev
npm run build
npm run serve
yarn:
yarn
yarn dev
yarn build
yarn serve
- vue-tailwindcss-cdn (a single HTML file with CDN links)
- CodePen Template with a similar stack (Vue 3.x + Tailwind 2.x + Inter var font)
- base.css (base styles for Tailwind CSS and other projects as an NPM package)