Gyh's blog

vuePress-theme-reco gyh    2022
Gyh's blog Gyh's blog

Choose mode

  • dark
  • auto
  • light
Home
Category
  • Algorithm
  • CSS
  • JavaScript
  • Others
  • Server
  • Utils
  • Article
  • Note
  • Git
  • Npm
  • Standard
  • Summary
Tag
Timeline
About
GitHub
author-avatar

gyh

91

Article

11

Tag

Home
Category
  • Algorithm
  • CSS
  • JavaScript
  • Others
  • Server
  • Utils
  • Article
  • Note
  • Git
  • Npm
  • Standard
  • Summary
Tag
Timeline
About
GitHub

设计规范合集

vuePress-theme-reco gyh    2022

设计规范合集

gyh 2018-09-09

不论是开发移动端网页还是小程序还是 web 端网页,如果有用到组件库,参考组件库的开发规范。以保持视觉和行动上的统一。

开发不仅要要考虑健壮性、可用性和正确性,更要兼顾易用和可读性,复用和可移植。

不要盲目写代码,否则代码写的乱七八糟,注释没有一行,让别人难以维护。

写代码的时候始终谨记,代码写出来是要给别人看的。

# 设计规范

Ant Design 设计:https://ant.design/docs/spec/colors-cn

html 参考规范:http://nec.netease.com/standard/html-structure.html

CSS 代码规范:http://nec.netease.com/standard/css-sort.html

JS 代码规范:https://github.com/BingKui/javascript-zh

VUE 开发规范:https://pablohpsilva.github.io/vuejs-component-style-guide/#/

小程序设计:https://developers.weixin.qq.com/miniprogram/design/

钉钉应用:https://open-doc.dingtalk.com/microapp/kn6zg7/modgkt

JAVA 开发规范:https://github.com/alibaba/p3c

Edit on GitHub~
LastUpdated: 5/17/2022, 8:59:22 AM