vuekit
vuekit copied to clipboard
Kirby 3 + Vue.js kit
Vuekit
Kirby + Vue.js + TailwindCSS
Requirement
- A server with php & https (ex. Laravel Valet)
Project setup
1. npm install
2. composer install
3. valet secure
4. Install kirby via <url>.com/panel
5. Create an API user in the panel and add your username & password to .env.example
6. Rename .env.example to .env
7. npm run build/dev
Development
npm run dev
Build for production
npm run build
Update Kirby
composer update