Special thanks to LPX55 for funding this project.
A simple, fast web app to generate html based on a collection of commonly used user interface patterns.
Drag & Drop elements to visually create a template for your landing page!
Based on Stitches and tailblocks and https://stitches-for-tailblocks.netlify.app/ .
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out the documentation.
Feel free to take this project and re-factor to your need! Not everyone wants these templates for their projects. Here are the steps:
- Run the project locally (see the section above)
- Add your own HTML template (with tailwind.css classes) into the
templates
folder 3 Add a filter for it in theindex.vue
. - Done! refresh to check out your own templates.
MIT © Amie Chen - Stiches Template Generator
MIT © Mert Cukuren - tailblocks Ready-to-use Tailwind Blocks
MIT © Fabio Maienschein - putting those two together for simplicity
MIT © nekdolan - convert it all to nuxt