Git Product home page Git Product logo

gulp-page-tool's Introduction

gulp-page-tool

author: [email protected]
github: https://github.com/ZickCode/gulp-page-tool


安装软件

nodejs v5.0+ https://nodejs.org/en/ 下载安装即可

Tips:

建议安装淘宝镜像,在命令行运行
npm install -g cnpm --registry=https://registry.npm.taobao.org

绑定cnpm命令 npm -> cnpm

使用脚手架

1.cnpm install命令安装node依赖,然后cnpm link
2.cnpm run dev开启本地服务器
3.cnpm run build打包发布

目录结构

├── gulpfile.js                             # gulp任务配置
├── package.json                       # 项目配置
├── README.md                        # 项目说明
├── .gitignore                             # git忽略提交文件
├── node_modules                     # node依赖文件
├── app                                      # 源码目录
│       ├── index.html                   # 页面入口
│       ├── assets/                        # 本地服务器预览资源
│       ├── css/                             # css资源
│       │       ├── plugin/               # 插件样式
│       │       ├── main.css             # 页面样式
│       │       └── *.css                    # 其他样式
│       ├── images/                       # 图片资源
│       │       ├── plugin.xxx.png   # 插件图
│       │       ├── sprit.png            # 雪碧图
│       │       └── *.*                       # 其他图
│       ├── js/                                # js资源
│       │       ├── plugins/             # 第三方插件
│       │       ├── vender/              # 如jQuery、Zepto、React等
│       │       └── main.js               # 页面逻辑
│       ├── less/                             # less资源
│       │       ├── plugin.**.less      # 插件样式
│       │       ├── main.less            # 页面样式
│       │       └── **.less                 # 其他样式
│       ├── rev/                             # 版本控制插件
│       ├── css/                             # css版本控制插件
│       └── js/                               # js版本控制插件
└── dist/                                     # 打包完的源码目录

gulp-page-tool's People

Contributors

zickcode avatar

Stargazers

Tony Xiang avatar

Watchers

James Cloos avatar

Forkers

lee66

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.