web appq builder with Vite, Twig, PostCSS, Tailwind and the ES6 modules.
.json
filesblade
files hot reload.gitlab-ci.yml
file for building on branch pages
node
: >=18
pnpm
(or equivalent)$ pnpm install
Start a local development server with hot reload:
$ pnpm dev
All development files are located under src/
Build all assets for production :
$ pnpm build
All build files are located under static/build/
Edit the vite.config.mts
For more information you can refer to vitejs/vite
For more information you can refer to vite-plugin-imagemin
For more information you can refer to vite-plugin-svg-icons
For more information you can refer to vite-plugin-twig
For more information you can refer to laravel-vite-plugin
For more information you can refer to tailwindcss
For more PostCSS plugins or configurations you can refer to PostCSS parts