Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/o2team/guide

O2前端规范文档
https://github.com/o2team/guide

Last synced: about 4 hours ago
JSON representation

O2前端规范文档

Awesome Lists containing this project

README

        

# Front-End Coding Guidelines

Installation Coding Guidelines For Front-End Developers.

## Getting started

Install dependencies:

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

Generate:

``` bash
$ hexo g
```

Run server:

``` bash
$ hexo s --watch
```

## Deployment

1. Generate and optimize assets

```bash
gulp
```

2. Deploy to the gh-pages branch

```bash
hexo d -g
```

## License

[CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)