Skip to content

dforesman/force-vue

 
 

Repository files navigation

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.

About

Simple VueJs application which integrates with the Star Wars API (SWAPI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.2%
  • Vue 26.2%
  • HTML 5.9%
  • Shell 2.7%