Giter Site home page Giter Site logo

node-express-gulp's Introduction

项目介绍

本项目属于winchain官网项目;包含H5页面和其他相关页面

技术栈:

  • jQuery
  • NodeJs
  • swiper
  • js原生

目录结构

├── server.js                       // 项目启动文件 (node命令启动该脚本)
├── public                          // 资源文件
│   └── css                         // css样式文件
│   └── font                        // font字体文件
│   └── image                       // 图片资源(所有的图片都得经过压缩)
│   └── img                         // 图片资源
│   └── img_web                     // img_web资源文件
│   └── js                          // js脚本文件
│   └── pdf                         // pdf文件
├── package.json                    // 本项目简介文件
├── .gitignore                      // Git提交被忽略设置文件
└── views                           // 所有页面文件资源
    └── winchain.html               // winchain介绍文件英文 (用于xx使用)
    └── winchain_cn.html            // winchain介绍文件中文 (用于xx使用)
    

搭建项目步骤

1.准备工作

本机已经安装 node.js ; 如果没有安装请自行安装 ; 安装完成以后自带 npm 包 ; 国内的npm速度较慢 ; 可以外挂淘宝镜像cnpm 将下面的代码复制到命令行执行 ; npm install -g cnpm --registry=https://registry.npm.taobao.org ;

node -v     # 查看安装node版本号
npm -v      # 查看npm版本号
cnpm -v     # 查看cnpm版本号

2.运行项目

建立在第一步已经准备好之上并且代码已经 clone完毕

· **npm install**   安装(更新)依赖包
· **npm run dev**   启动node服务在浏览器查看效果

开发注意

版本迭代

node-express-gulp's People

Contributors

chenxiaoying1991 avatar

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.