Skip to content

前端规范文档,综合o2, AlloyTeam,Google的规范,并进行“本土化”

License

Notifications You must be signed in to change notification settings

levy9527/front-end-style-guide

 
 

Repository files navigation

Front-End Coding Guidelines

Installation Coding Guidelines For Front-End Developers.

Getting started

Install dependencies:

$ git clone https://github.com/o2team/guide.git
$ cd guide
$ npm install

Generate:

$ hexo g

Run server:

$ hexo s --watch

Deployment

  1. Generate and optimize assets
gulp
  1. Deploy to the gh-pages branch
hexo d -g

License

CC BY 4.0

About

前端规范文档,综合o2, AlloyTeam,Google的规范,并进行“本土化”

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • CSS 14.9%
  • HTML 1.3%