A Basic îles Tailwind CSS app that pre-includes the Pinegrow îles Module and other goodies for Vue Designer app.
Vue Designer is a desktop drag-and-drop editor for Vue apps by Pinegrow.
It let's you visually design your Vue single file components and boosts your productivity and your creativity while building your component-based Vue apps.
It smartly integrates with your Vite based CLI, and provides an amazing deverloper experience with it's powerful visual controls and features.
Clean code, No lock-in 😃
Create a repo from this template on GitHub.
If you prefer to do it manually with the cleaner git history
npx degit vue-designer/pg-iles-tailwindcss my-iles-tw-app
cd my-iles-tw-app
npm install
npm run dev
To build the App, run
npm run build
And you will see the generated file in dist
that ready to be served.
Go to Netlify and select your clone, OK
along the way, and your App will be live in a minute.
Check out the deployment documentation for more information.
Pinegrow îles Module - enables you to live-design your Vue single-file-components visually in Vue Designer.
Pinegrow Tailwind CSS Plugin - enables visual controls customization and theme customization (via Design Panel).
Vue Devtools - Official devtools that can be used as a standalone app alongside Pinegrow. It's configured as a Nuxt plugin (only during development).
îles Devtools - Page information is available in the in-app debug panel (similar to Vitepress). Also access the "Islands" inspector in Vue devtools.
<script setup>
SFC syntaxVue Designer's Config Panel displays the key packages and the various links to their individual ecosystem and community.