This is a starter template that pre-includes the Pinegrow Nuxt Module and other goodies for Vue Designer.
A desktop drag-and-drop editor for Vue apps supporting Mac, Windows and Linux 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.
(or)
If you prefer to do it manually with the cleaner git history
npx giget@latest gh:pinegrow/pg-nuxt-tailwindcss my-nuxt-tailwindcss-app #project-name
cd my-nuxt-tailwindcss-app
npm install #or use pnpm
Open your project in Vue Designer, and follow the instructions displayed in the Config Panel (that should pop-out automatically). Config Panel ⚙️ displays the key packages and the various links to their individual ecosystem and community.
npm run dev
npm run build # SPA SSR
npm run generate # SPA SSG (full-static)
And you will see the generated file in dist
that's 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.
- Tailwind CSS - The amazing utility-first CSS framework.
- Nuxt Content - file-based CMS for powered by Markdown & Vue components. Note: This page is a markdown file 🗒
-
Pinegrow Nuxt Module - enables you to live-design your Vue single-file-components visually in Vue Designer.
-
Pinegrow Tailwind CSS Plugin - via Design Panel, enables visual controls customization (automatic) and theme customization (optional).
-
Nuxt Devtools - Enhance your DX (developer experience) with an amazing set of in-app features.
-
Vue Devtools - Official devtools that can be used as a standalone app alongside Vue Designer. It's configured as a Nuxt plugin (only during development).
- Netlify - zero-config deployment
- Use Composition API with
<script setup>
SFC syntax - ESLint with @nuxt/eslint-config - opinionated not-so-strict set of linting rules.
- Prettier with eslint-config-prettier - format without conflicting with eslint rules.