Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.66 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.66 KB

force-vue

Vue application with SWAPI integration

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.