view-ui-project icon indicating copy to clipboard operation
view-ui-project copied to clipboard

Results 14 view-ui-project issues
Sort by recently updated
recently updated
newest added

开源精神能不能好点

![1](https://user-images.githubusercontent.com/28797408/67273255-ac351880-f4f0-11e9-8822-716c89b6df52.PNG)

我试了直接npm run build,搭建之后是白屏。 dev和init是正常可用的。 然后假如我想全用相对路径,然后index和其他文件在同一个输出目录 project/dist并且以此目录作为web服务主目录,需要做如下修改,但是修改后还是有问题: webpack.prod.config.js: 第15行: publicPath: '/dist/', 改成 publicPath: './', 第39行: filename: '../index_prod.html', 改成 filename: './dist/index.html', -------------------------------- build后发现 项目/dist/vendors.[hash].js里搜索到一个="/dist/",但是手动改成了"./"之后,网页依然是白屏,请问贵公司发布这项目的时候,build后是否能正常显示?

npm run build之后文件(图片、js、css)没分类,index.html也没有

Callback must be a function. Received 29 at maybeCallback (fs.js:146:9) at Object.write (fs.js:559:14) at D:\01_source_code\view-ui-project\webpack.dev.config.js:10:8 at FSReqCallback.oncomplete (fs.js:157:23) ![Snipaste_2019-10-22_16-12-36](https://user-images.githubusercontent.com/5946043/67268347-ca961680-f4e6-11e9-9647-6bd0c125432c.png)

` let a={a:1}; return {...a}; ` 居然编译不过,这个功能很常用的,默认的view-ui-project居然不支持

When I start this project, the logs are as below: -------------------------------------------------------------------------------------------------------------- ` PS C:\Users\wenca\Desktop\Javascript\VUE\demo-vue-cli3\view-ui-project> npm run dev > [email protected] dev C:\Users\wenca\Desktop\Javascript\VUE\demo-vue-cli3\view-ui-project > webpack-dev-server --content-base ./ --open --inline --hot --compress --history-api-fallback...

Invalid options object. CSS Loader has been initialised using an options object that does not match the API schema. - options has an unknown property 'minimize'. These properties are valid:...

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 6.1.0. Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data (#762) 3be227a https://github.com/fb55/css-what/compare/v6.0.1...v6.1.0 v6.0.1 Fix parsing column combinators after tag names...

dependencies