An opininated blockchain starter kit for vue.
You can use this repo by cloning it to your local machine in a new folder as follow
git init
git clone https://github.com/luxtagofficial/Catapult-Vue.git
Once done you need to point the remote origin to your own git repository
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
At this point you need to install the dependencies
yarn install
yarn run serve
yarn run build
yarn run lint
yarn run test:unit
yarn run test:e2e
Linting:
Testing:
development:
Automation:
- Travis CI
- Code Coverage
- Automatic release and changelog (Please read the Guide on how to use it)
For future contributors please make sure to read the Contributing Guide before making a pull request
Thank you to all the people who already contributed.