kospot / guide

O2前端规范文档

Home Page:https://guide.aotu.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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前端规范文档

https://guide.aotu.io

License:MIT License


Languages

Language:JavaScript 83.9%Language:CSS 15.0%Language:HTML 1.1%