/vue-multiple-webpack

A multiple vue demo with webpack + vue-loader

Primary LanguageJavaScript

multiple-demo

a multiple demo with vue-loader webpack

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

使用方法

src/views/ 目录下新建文件夹,如 index 文件夹下创建同名htmljs文件。即可通过localhost:8080/index.html 访问该页面

For a detailed explanation on how things work, check out the guide and docs for vue-loader.