Flexible drag n drop page builder
# install dependencies
npm install
# build and copy uikit into assets folder
npm run build:uikit
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run end-to-end test
npm run e2e
# run unit test
npm run unit
# run all test
npm run test
Make sure you have installed
less
globally on your machine by runningnpm install less --global
before build uikit
For detailed explanation on how things work, checkout the guide and docs for vue-loader.