First-vue
- Author : SeolHun
- Date : 2017.10.15
- Docs : Private Reference Docs
Stacks
- IDE
- WebStorm
- VueJS 2(Vue-Cli)
- Webpack
- Vuex
- Style
- SCSS(Custom CSS)
- ElementUI
- BootStrap
Goal
- Understanding front-framework how to run with Vue Cli
- SPA
-
- CRUD Page
-
- Result Page
- Paging & Search(filter) & Multiple List
- Reusable Vue Components
- REST(Write once, Use anywhere)
- Attaching with Backend RestFul Project With Boot, Django, Flask, Anythings.
- LifeCycle & API
- Deep Dive Vue LifeCycle & API to use freely.
- Vuex
- To manage event state
- TypeScript
- Deep Dive Types & Decorators & Interface, etc.
PS. To understand Transition & Animation CSS3
Getting started process
Build Setup
-
install dependencies
- npm install
-
serve with hot reload at localhost:8080
- npm run dev
-
build for production with minification
- npm run build
-
build for production and view the bundle analyzer report
- npm run build --report
-
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.
Reference
Simple Component Image
- Item Component