Giter VIP home page Giter VIP logo

marina's Introduction

webui-jason

文件命名规范

一律使用小写字母,单词间用-连接,名词一律使用单数形式。

正确的命名:path-name

错误的命名:PathName, pathName, path_name, path-names

目录结构

  • bin - 命令脚本
  • dist - 构建目标
  • gulp - gulp task文件
  • src - 源文件
  • webpack.* webpack配置文件
  • -- src/css - css文件
  • ---- src/css/main - css主文件
  • ---- src/css/vendor - less预编译文件
  • ---- src/html/ejs - ejs模板文件
  • ---- src/html/include - layout文件
  • ---- src/html/loading - loading文件
  • ---- src/html/section - module文件
  • -- src/image - 图片
  • -- src/html - html静态文件
  • -- src/static - 静态数据文件
  • -- src/util - 工具库文件
  • -- src/vendor - 自定义的库文件
  • -- src/index.js - 入口文件
  • -- src/preboot.js - 预加载module

如何使用该项目

  1. 进入该项目执行npm install
  2. 启动项目执行npm start
  3. 打包项目npm run build

优化图片

  • 进行图片优化执行gulp imagemin

github hook

github hook hook result

部署服务器

nodeApi 文件

nodeApi

shell 脚本执行构建

shell

服务端项目目录

serverWeb

nginx 文件

serverWeb


marina's People

Contributors

json-hb avatar

Watchers

James Cloos avatar  avatar

Forkers

xuyonghua

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.