alexkramer / force-vue

Simple VueJs application which integrates with the Star Wars API (SWAPI)
http://alexckramer.com/force-vue
2 stars 21 forks source link

force-vue

Vue application with SWAPI integration

Used as part of candidate evaluation while building my team at Good Start Genetics

Build and Deployment Information

Circle CI Code Climate GPA Code Climate Issues Join the chat at https://gitter.im/alexkramer/force-vue

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

Contributing

  1. Select an issue or create a new one to represent the work that you will perform
  2. Mark your issue with the tag 'assigned' or reference yourself in the issue so that others know you are working on it
  3. Fork the repo and implement your changes
  4. Open a pull request to reintegrate your changes

Your pull request must pass both CI and code quality checks in order to be accepted. When adding new functionality please include a test.