All Projects → o2team → Guide

o2team / Guide

Licence: mit
O2前端规范文档

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].