This is a sample application based on vue, vuex and router that shows how to interact with Beet, preloaded with bootstrap as the front-end library. It is based
on Vue CLI
, for more details see https://cli.vuejs.org/guide/creating-a-project.html#vue-create.
First you need to create a local copy of this repository. Since this is merely a boilerplate you can either fork it and continue to do your adjustments in your fork, or you download it as a .zip and continue from there. Of course you can also directly clone this repository, any and all improvements via PR are happily accepted.
a) Fork it and clone
Create a fork of this repository, and clone it locally from your own user
git clone [email protected]:yourownuser/beet-vue-boilerplate.git
cd beet-vue-boilerplate
b) Download zip file
Download and unpack locally
wget https://github.com/beetapp/beet-vue-boilerplate/archive/master.zip beet-vue-boilerplate.zip
unzip beet-vue-boilerplate.zip
cd beet-vue-boilerplate
c) Clone it directly
Easiest option if you are somewhat familiar how to manage git remotes
git clone [email protected]:beetapp/beet-vue-boilerplate.git
npm install
Hint: You can rename the application by adjusting public/index.html
and the name
key in package.json
and reinstall
npm run serve
npm run build
npm run test
npm run lint