Skip to content

dlopezgarsco/vuejs2-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

Things accomplished so far

  • Used single file components
  • SASS transpiling
  • ES6 syntax
  • SPA with vue-router
  • fetched data with axios
  • pass down data from parent component to child

TODO

  • start node server to fetch data on npm dev run
  • full understanding of webpack cfg
  • add ESLINT
  • make use of production build features
  • SOC on data fetching
  • state management (vuex)
  • integrate elementUI components to enhance UI
  • authentication (oauth)
  • form validation
  • i18n ??????
  • unit testing

About

Learning vuejs2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published