-
ves init第一步选择create ves multil page application,创建出来的结构:
```
? please choose the boilerplate mode? create ves multil page application
? Please input project name: test1
? Please input project de…
-
项目情况:
用easywebpack将web目录(模板、前端资源的源文件)的源文件编译生成egg需要的view、public。
![image](https://user-images.githubusercontent.com/18187732/53136356-a54cb380-35b9-11e9-8a5c-e7efafd1733b.png)
问题: egg本地启动(npm …
-
plugins: [
{
html: false
},
{
env: 'prod',
name: new CleanWebpackPlugin('app/view')
},
new HtmlWebpackPlugin({templ…
-
我的项目根据需要必须用多个html片段组成页面,片段的引用都是按路径读取磁盘的文件,导致在dev环境下开发没得搞(找不到文件)
-
-
node_modules/easywebpack-vue/node_modules/easywebpack/index.js:13
exports.getConfig = config => require('./lib/config')(config);
^
TypeError:…
-
抽取前端基础框架,方便其他基于KeepWork的app做开发。比如PAC。
基本思路:
1. 前端架构复用
2. API层复用
-
谢谢!
-
webpack.config.js
`{
egg: true,
framework: 'vue',
publicPath: 'http://xxx.cdn.com/public/',
...
}`
报错:
`yarn build
yarn run v1.9.4
$ easywebpack build prod
clean-webpack-plugin: /…
-
环境:MacOS Mojave(版本 10.14.2)
```shell
$ npm ls -g -depth=0
/usr/local/lib
├── easywebpack-cli@4.3.3
├── npm@6.5.0
└── npm-check-updates@2.15.0
```
通过easy init初始化项目:
```shell
$ easy init
? …