qiaokun / demo-static-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js + Webpack + EasyUI example

This example demonstrates using Webpack as the build tool for Vue.js apps, including:

  • Organize your app into views & components.
  • Directly require() CSS (Stylus) files and HTML templates via configured loaders.
  • Split your build into multiple chunks that are lazy-loaded.

Setup

npm install
gulp server

Then serve the folder with a static HTTP server, e.g. python -m SimpleHTTPServer. This is necessary to enable lazy-loading of modules.

About


Languages

Language:JavaScript 86.4%Language:CSS 6.9%Language:HTML 6.6%