https://github.com/o2team/guide
O2前端规范文档
https://github.com/o2team/guide
Last synced: over 1 year ago
JSON representation
O2前端规范文档
- Host: GitHub
- URL: https://github.com/o2team/guide
- Owner: o2team
- License: mit
- Created: 2015-05-20T08:18:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T22:50:07.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T15:10:03.620Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://guide.aotu.io
- Size: 2.94 MB
- Stars: 540
- Watchers: 21
- Forks: 322
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)