Giter Club home page Giter Club logo

element-starter's Introduction

element-starter

A starter kit for Element UI generated by vue-cli

If you are familiar with cooking, here is a starter generated with it

Start

  • Clone or download this repository
  • Enter your local directory, and install dependencies:
npm install

Develop

# serve with hot reload at localhost:8080
npm run dev

Build

# build for production with minification
npm run build

build_v2.js

编译调试命令

node build_v2 编译类型 项目名 定制名 svn版本号

  • 编译类型:

    • b 本地调试
    • p 版本编译
  • 项目名:

    • HH70
    • HH40
    • 其他
  • 定制名:

    • Generic 通用版
    • OrangeEE
    • 其他
  • svn版本号

  • 本地编译调试实例(本地编译调试svn版本号无效):

    • 编译调试HH70通用版:node build_v2 b HH70 Generic
    • 编译调试HH70 OrangeEE版:node build_v2 b HH70 OrangeEE
  • 本地编译调试的编译流程如下:

    1. 拷贝srcwebrc目录
    2. 拷贝Custom/项目名/Genericwebrc目录
    3. 如果定制名不为Generic,则拷贝Custom/项目名/定制名目录下的所有文件到webrc目录
    4. 编译字符串
    5. webpack build npm run build
    6. 拷贝相关文件到www目录

版本发布编译

node build_v2 编译类型 项目名 定制名 svn版本号

  • 编译类型:

    • b 本地调试
    • p 版本编译
  • 项目名:

    • HH70
    • HH40
    • 其他
  • 定制名:

    • Generic 通用版
    • OrangeEE
    • 其他
  • svn版本号

    • 如果为可空,则编译最新版本
  • 发布编译实例:

    • 发布编译HH70通用版:node build_v2 p HH70 Generic
    • 发布编译HH70 OrangeEE版:node build_v2 p HH70 OrangeEE
  • 发布编译的代码流程如下:

    1. 拷贝srcwebrc目录
    2. 拷贝Custom/项目名/Genericwebrc目录
    3. 如果定制名不为Generic,则拷贝Custom/项目名/定制名目录下的所有文件到webrc目录
    4. 编译字符串
    5. webpack build npm run build
    6. 拷贝相关文件到www目录
    7. 拷贝www目录到外层目录../SmartSwReleaseUI\ElementUI
    • 如果定制名为Generic,则拷贝到../SmartSwReleaseUI\ElementUI/项目名_rc
    • 如果定制名不为Generic,则拷贝到../SmartSwReleaseUI\ElementUI/定制名/项目名_rc

提交svn

到SmartSwReleaseUI\ElementUI目录下找到刚刚编译好的版本,提交svn

element-starter's People

Contributors

tcl-lujinhui avatar 790618773 avatar leopoldthecoder avatar qingwei-li avatar pi0 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.