Skip to content

Boilerplate for client application that interacts with Beet

License

Notifications You must be signed in to change notification settings

beetapp/beet-vue-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beet: Vue Boilerplate

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.

Get your local copy

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

Project setup

npm install

Hint: You can rename the application by adjusting public/index.html and the name key in package.json and reinstall

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Boilerplate for client application that interacts with Beet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages