Skip to content

jaredpatton173/force-vue-awakens

This branch is 327 commits behind binxhealth/force-vue-awakens:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f813c9 · May 25, 2018

History

15 Commits
May 25, 2018
May 24, 2018
May 25, 2018
May 24, 2018
May 25, 2018
May 24, 2018
May 25, 2018
May 25, 2018
May 24, 2018
May 25, 2018
May 25, 2018
May 25, 2018

Repository files navigation

force-vue-awakens

Every generation has a story

Contributing

  • Select an issue to work on (or open your own) and comment to let others know that you are working on it.
  • Fork the repository, commit to master, add #<issue number> to commit messages, and create a single pull request (even for multiple issues).
  • Add Cypress and/or Jest tests where appropriate.
  • Code style: StandardJS
  • Use comments thoughtfully.

Setup

  1. Clone the repository.
  2. Run npm install.
  3. Run npm start.
  4. Navigate to http://localhost:8080

Resources

Here are some software projects / technologies that are used in this application:

  1. VueJS: JavaScript framework.
  2. Vue Router: VueJS routing library for Single Page Applications (SPA).
  3. Vuex: State management library.
  4. Fetch API: HTTP request API that is polyfilled by Unfetch.
  5. Bootstrap: Style toolkit.

Testing

Run all tests:

npm test

Run only Jest tests:

npm run test:unit

Run a sepcific Jest test:

npm run test:unit -- tests/home.test.js

Run only Cypress tests:

npm run test:e2e

Run Cypress interactive GUI:

npx cypress open

Acknowledgement

About

Every generation has a story

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.6%
  • Vue 19.3%
  • HTML 5.1%