Skip to content

A Vue KitStarter to quickly start developing on the Blockchain

License

Notifications You must be signed in to change notification settings

luxtagofficial/Catapult-Vue

Repository files navigation

Catapult-vue

Logo

An opininated blockchain starter kit for vue.

Project setup

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

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Run your end-to-end tests

yarn run test:e2e

What do you get

Linting:

Testing:

development:

Automation:

  • Travis CI
  • Code Coverage
  • Automatic release and changelog (Please read the Guide on how to use it)

Contribution

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.