Git Product home page Git Product logo

standard's Introduction

Fuse - 开发手册

Fuse是一套基于YeomanAngular MaterialGulp等技术实现的中后台集成开发框架,包含了Google Material标准套件以及常见自定义套件,实现了基于Gulp的自动化构建(自带小型Web容器、自动编译、打包压缩、实时预览、非覆盖式发布等功能)。

内容介绍

  • 目录结构规范(待调整@李毅)
    • 公共目录
    • 模块目录
    • 指令目录
    • Icon Font目录
  • 文件命名规范(待调整@李毅)
    • Controller
    • Service
    • Directive
    • Template
    • Sass
  • Bower使用介绍(待完善@李毅)
    • 演示示例
  • 添加新Icon Font示例(待完善@李毅)
    • 演示示例
  • UI套件示例以及API参考文档(待补充@李毅)
    • 基本步骤
    • 演示示例
    • 说明
  • 模块开发流程(待完善@鲁周娟)
    • 基本步骤
    • 演示示例
    • 说明
  • 自定义指令开发流程(待完善@钟冰)
    • 基本步骤
    • 演示示例
    • 说明

依赖环境

安装&部署

# 下载并切换目录
$ git clone [email protected]:fe-team/standard.git
$ cd standard

# 安装cnpm并切换仓库至国内淘宝镜像
$ npm install -g cnpm --registry=https://registry.npm.taobao.org https://github.com/cnpm/cnpmjs.org.git

# 全局安装bower
$ cnpm install -g bower

# 全局安装gulp
$ cnpm install -g gulp

# 加载npm环境资源依赖
$ cnpm install

# 加载bower环境资源依赖
$ bower install

# 开发环境
$ gulp serve

# 发布环境
$ gulp serve:dist

standard's People

Watchers

James Cloos avatar

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.