Skip to content

Alan-Cn/fmock-uniapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FMock

package.json

  • quill medium-editor vue-quill-editor 为三套dom富文本编辑器解决方案,只适用于H5,更换方案的话可以删掉
  • vue-color vcolorpicker 为通用方案插件需要的依赖,如果不需要颜色选择的话,可以删掉
  • 目前H5使用quill编辑器;小程序使用原生编辑器;移动端不做复杂操作,pc端中加入代码、引用等其他功能

Init Info

   [].forEach.call(_this.container.querySelectorAll('uni-button, select'), function (input) {

   var input = document.createElement('uni-button');

   this.buildButtons([].slice.call(toolbar.container.querySelectorAll('uni-button')), _icons2.default);

   this.buildButtons([].slice.call(toolbar.container.querySelectorAll('uni-button')), _icons2.default);
  • css单位全部使用rpx(响应式:比如宽度) 和 px(固定大小:比如文字、高度)
  • 有色图标全部使用文件base64,不能使用iconfont.js(不支持dom操作)

Project setup

npm install

Compiles and hot-reloads for development

npm run dev:h5
npm run dev:mp-weixin

Compiles and minifies for production

npm run build:h5
npm run build:mp-weixin

Releases

No releases published

Packages

No packages published

Languages

  • Vue 53.3%
  • HTML 23.1%
  • CSS 12.5%
  • JavaScript 11.1%