Giter VIP home page Giter VIP logo

seat-allocation's Introduction

front-template

template for front-end develop

master分支

master为基础分支,对于所有的代码规范等写在其中,有改变时每个分支会merge一遍master分支

其余的针对各种业务场景的分支写在各自的独立分支中,各自的README内容独立

linter

采用 eslint + prettier 对js代码进行规范, stylelint 对css进行规范。

配置项各个项目可不同。

详见配置

分支详情

简介

轻量级库的开发模板

usage

npm install

随后对配置文件进行修改

  1. 发布配置
    • package.json name version description main repository.url keyword license bugs.url homepage
  2. rollup配置
    • rollup.config.js output.name
    • config.js dev.name prod.name
  3. example配置
    • config.js example.libName
    • example/app.js 端口号

针对场景

针对自己的库开发,轻量级,采用rollup打包,支持es6及stage-0

目录结构

├── README.md
├── dist                包发布文件夹
├── test                test
├── example             例子,express服务
├── package-lock.json
├── package.json
└── src
     └── index.js	      主入口

test

TODO

  1. example 针对webpack
  2. test

others

感谢KedAyAyA提出的方案

seat-allocation's People

Contributors

hudk114 avatar

Watchers

 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.