Advertisement
Guest User

Untitled

a guest
May 26th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Vue intro - https://vuejs.org/v2/guide/
  2. - Core concepts: data + handlebar syntax, computed variables
  3. (getters), watchers (called when data is modified), methods
  4. Vue-CLI - https://vuejs.org/v2/guide/installation.html#CLI
  5. - instantly set up your web project with npm, Vue and Webpack easily
  6. with custom config built into a CLI
  7. Vue-router - https://router.vuejs.org
  8. - all your SPA routing needs.
  9. - think href but hotter
  10. Vuex (state management) - https://vuex.vuejs.org
  11. - Singleton store
  12. - can have child stores for organization
  13.  
  14. BootstrapVue - https://bootstrap-vue.js.org/docs
  15. - just follow Webpack guide after using Vue cli
  16.  
  17. Download APIs as needed unless you have a server. If content isn't important can just store it by committing to files on your site. (Like a MD file for blogs or something
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement