/vite-vue-tailwind-ts-electron-skeleton

Vite 2, Vue 3, Tailwind 3, Typescript 4 & Electron starter template

Primary LanguageJavaScriptMIT LicenseMIT

package-skeleton


Template Setup: run node configure-package.js to configure.

{{package.description}}


Vite 2.x + Vue 3.x + Tailwind 3.x + Typescript 4.x starter ⚡

Vite, Vue, Tailwind CSS

This starter template also includes:

  • Vue Router 4.x
  • Vuex 4.x
  • Inter var font (self-hosted, woff2, v3.19, with 'preload' attr, check out index.html)
  • TailwindCSS JIT 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:

Getting Started 🚀

First, configure the project:

node configure-package.js

npm:

npm install
npm run dev
npm run build
npm run serve

...or start the Electron app:

npm run start:el

Testing

package-skeleton uses Jest for unit tests. To run the test suite:

npm run test


Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.