# install dependencies
npm install
# prepare Kirby installation
cd kirby
composer install
# run fractal and webpack
cd ../
npm run start
# build for production with minification
npm run build
If installing Fractal fails, please try installing it globally.
We use Clearleft's Fractal to develop and preview our UI components. After running fractal start --sync
components can be viewed in your browser at: http://localhost:3000/
To work on components, start webpack with npm run dev
. Fractal will automatically watch for changes as well as webpack, so your component previews should automatically update.
When you add new components in Fractal, you also have to import them in the main.js and register them in Vue's components array.
Karma, PhantomJS are used as the test environment. The tests themselves are written with Jasmine.
The watcher will look for files ending with .spec.js
inside of ./components/
.
# to run the tests once
npm test
# to run the tests and watch the files
npm run test:watch
http://www.opensource.org/licenses/mit-license.php
Bastian Allgeier bastian@getkirby.com http://getkirby.com http://twitter.com/getkirby