Coder Social home page Coder Social logo

multiple-pages's Introduction

Multiple Pages

文档概述

- 基本开发环境: node
- 开发准备: npm install 
- 实时编译命令:  npm start

启用服务器: $ supervisor server.js //浏览器打开 localhost:4000

关键技术

####目录结构:

..
├── app                     # 应用目录
│   ├── lib                 # 公共API目录
│   ├── components          # jade 组件视图目录(不会被直接编译,只会被引用)
│   ├── containers          # 容器视图目录(编译成html文件) 
│   ├── handlebars          # handlebars 数据模型目录
│   ├── static              # 静态资源目录
│       ├── less            # less 文件目录
│       ├── less            # css 文件目录
│       ├── img             # 图片文件 文件目录
│   ├── js                  # js模块目录
│       ├── entrance        # 入口js文件目录(会直接被编译)
│       ├── common          # 通用js模块目录(不会直接编译)
├── build                   # webpack 输出目录
├── server.js               # 前端开发服务器启动文件
├── gulpfile.js             # gulp 配置文件

multiple-pages's People

Contributors

xiaoqi1102 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.