Skip to content

magicmayu/vuejs2-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

Languages

  • JavaScript 40.6%
  • CSS 29.2%
  • Vue 27.5%
  • HTML 2.7%