项目依赖 vue vue-router weui.js weui axios iscroll lodash swiper 使用webpack打包
npm install --save vwx
Require the script:
import { App } from "vwx";
import pageA from 'pageA.js';
import pageB from 'pageB.js';
App({
pages: [
{ path: '/', component: pageA },
{ path: '/my', component: pageB }
]
});
npm run exp