Skip to content

arfarf89/integrated-monitoring-vue

Repository files navigation

통합 관제 VueJS 버전

Vue를 이용한 기본적인 SPA 예제입니다. vue-cli, webpack을 이용했습니다.

Usage

node 6.x 버전으로 scaffold 했고, node 4+ 가 권장사항입니다.

$ git clone https://github.com/arfarf89/integrated-monitoring-vue.git
$ cd integrated-monitoring-vue
$ npm install
$ npm run dev

9000 Port를 이용합니다.

vue-webpack-boilerplate 포함 사항

  • npm run dev: first-in-class development experience.

    • Webpack + vue-loader for single file Vue components.
    • State preserving hot-reload
    • State preserving compilation error overlay
    • Lint-on-save with ESLint
    • Source maps
  • npm run build: Production ready build.

    • JavaScript minified with UglifyJS.
    • HTML minified with html-minifier.
    • CSS across all components extracted into a single file and minified with cssnano.
    • All static assets compiled with version hashes for efficient long-term caching, and a production index.html is auto-generated with proper URLs to these generated assets.
    • Use npm run build --reportto build with bundle size analytics.

Notes

  • ElementUI UI Component 라이브러리 이용
  • Vuex 추가 필요
  • Axios for async calls 추가 필요
  • Sass for styles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published