Code Monkey home page Code Monkey logo

guide's Introduction

前端代码规范

前端代码规范文档,在这个地方我们整理了一些在实际开发中非常有意义的约定,在保持团队代码一致性方面有积极意义。

起步

安装依赖: Note: 请确保你的node版本不要高于8.15.0 node <=8.15.0

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

开发

$ npm run serve

部署

本项目采用TrvaisCI来实现自动化部署,因此你如果需要修改文档内容只需要push修改后的内容到master分支即可。

手动部署

手动部署请使用 npm run build 命令,拷贝public 文件夹下的所有文件,复制到服务器目录。 当然,如果你要在build之前请确认 _config.yml 的配置和你部署的服务器一致,特别是以下两个选项:

url: https://f3f.github.io
root: /guide/

Powered By

本文档由HEXO驱动

License

CC BY 4.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.