-
## 解决痛点:
1 ) _创建工程很苦(哔)_
> "yo webapp” 一键搞定。
2 ) _兼容性测试繁琐_
> 无刷新同步测试爽。
3 ) _开发环境依赖工具多:Apache、Koala_
> "gulp serve”,别无他求。
4 ) _前端优化纯手工操作_
> 自动处理文件压缩/合并、图片压缩、文件依赖及包管理,图片合并(Css Sprite)半自动化(注:px单…
-
Hi,
I have encountered a problem with your plugin. I have set the necessary options so that spritesmith processes the retina images, configuring what he needed (target path, name etc) and it works gr…
-
# H5自适应改造方案——rem方案
## 原理
之前我们H5页面使用的方案是设置viewport meta头,让浏览器帮我们把页面缩放,使得页面看起来好像是自适应。实际上这不是自适应,只是在中小屏设备上,看起来差距不大,问题不明显而已。
现在大屏高清设备流行,自适应的问题也越来越明显了。在大屏设备上,课程封面小,title被拉长,文字小,按钮扁等问题越来越突出,已经达到不能忍受的程度,因此需…
-
**package.json**
---
```
{
"devDependencies": {
"autoprefixer": "^9.6.0",
"cssnano": "^4.1.10",
"gulp": "^3.9.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"…
-
> 关于 vue-cli 的配置说明
# 文档:
- [webpack中文文档](https://webpack.docschina.org/)
- [深入浅出Webpack](https://github.com/gwuhaolin/dive-into-webpack)
- [Vue-CLI文档中文](https://cli.vuejs.org/zh/)
#…
-
**Do you want to request a *feature* or report a *bug*?**
Bug/outdated dependencies
**What is the current behavior?**
While self-building document server, `npm` reports multiple vulnerabilities
**…
JMoVS updated
2 months ago
-
Hi,
I’m using gemini now in a project and figured out a weird issue.
When I enable `coverage` in the `.gemini.yml` file, the tests all fail suddenly when trying to gather screenshots with the follow…
-
## 工具方法
### load
```js
function loadCss(url, callback) {
return new Promise((resolve) => {
var node = document.createElement("link");
node.type = "text/css";
node.rel = "style…
-
- Plugin version (or commit hash):0.11.1295
- IDE name and version:Intelij Idea 2016.1
- Java version: java 1.7.0_79
- OS name and version: mac 10.11.5
- What are you trying to do?
The indexing time…
-
`spritesmith` depends on a very old `semver@5`.
`semver@7` has a breaking change. When we use it with other packages that rely on semver, it will report an error.
The same goes for `LRU`.
So I …