Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.2 KB

README.md

File metadata and controls

48 lines (37 loc) · 2.2 KB

Colonia Project

Vite, Vue, Tailwind CSS

Stack

  • Vue 3
  • Vuex 4
  • Vue Router 4.x
  • Inter var font (self-hosted, woff2, v3.19, with 'preload' attr, check out index.html)
  • Just-in-Time mode by default introduced in Tailwind CSS v2.1 (in preview!)
  • Headless UI - unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS
  • Heroicons - beautiful hand-crafted SVG icons, by the makers of Tailwind CSS

First-party plugins needed for Tailwind UI:

Staging

Development 🚀

yarn install
yarn dev

Note: if you can't run it (see some errors), then try this command npx webpack then try again.

Production Build 🚀🚀

yarn build

Bonus links