# front-end-specification **Repository Path**: quoqingbo/front-end-specification ## Basic Information - **Project Name**: front-end-specification - **Description**: 前端规范 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-10 - **Last Updated**: 2021-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 前端规范目录: * [JavaScript 编码规范](doc/js.md) * [CSS 编码规范](doc/css.md) * [HTML 编码规范](doc/html.md) * [Vue 编码规范](doc/vue.md) * [Git 规范](doc/git.md) * [文件命名规范](doc/file.md) * [规范验证与代码格式化](doc/verify.md) * [其他](doc/other.md) ### 在线阅读 * [Github 访问地址](https://woai3c.github.io/front-end-specification/) 如果在线访问比较慢,建议你克隆项目在本地观看,下载项目后执行以下命令: ```bash # 安装依赖 npm i # 启动服务器 npm run dev ``` 然后在浏览器打开 `http://localhost:8080` 进行访问。 ### 引用资料 * [百度 spec](https://github.com/ecomfe/spec) * [airbnb-javascript](https://github.com/airbnb/javascript) * [airbnb-javascript 中文版](https://github.com/lin-123/javascript)