No description
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
The project is based on Kirby CMS, Vite + Vue and Pinia as a state manager. Vue is used following the composition API approach.
First setup :
- From the
/publicdirectory, install the Kirby dependencies :composer install - From the root directory, install the Node dependencies :
npm install
Development environment
- From the
/publicdirectory, launch the PHP server :php -S localhost:8888 kirby/router.php - In another terminal tab, from the root directory, launch the Vite server :
vite