GithubHelp home page GithubHelp logo

chanqiushan / tinper-uba-front-integration-tool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iuap-design/tinper-uba

0.0 1.0 0.0 4.3 MB

The rapid development of front-end builder,Providing templates、proxy、server and other functions

License: BSD 2-Clause "Simplified" License

JavaScript 53.93% CSS 19.08% HTML 26.99%

tinper-uba-front-integration-tool's Introduction

中文版本

tinper-uba

npm version Build Status devDependency Status NPM downloads

uba is a front-end develop tool which consist of initialize,local service,mock server,deploy. Just 5 command then the development can be done. lite and simple.

Installation

$ npm install uba -g

How to use

1、first initialize the uba project.

  • $ uba init uba-project
  • uba will create the project.

2、create a web page template

  • uba page web01
  • look the src/containers/

2、 Enter the project to create the project run server.

  • $ uba server -p 5000

If you want to modify the port -p 5000 default:port 3000

  • Now open the local service http://localhost:5000.

3、 After the development is completed to build an optimized version.

  • $ uba build
  • Build projects in our current directory.

4、 publising .war to maven.

  • $ uba publish
  • uba will be generated in the current folder publish.
  • Open your publishfolder to see if there is a.

API Documentation


help
$ uba --help or -h
1. uba init <project name>     		Initialization best practices
2. uba page <myPage>                Add Page
3. uba server -p 3000          		Start develop server
4. uba build   						Constructing optimization static resources
5. uba publish 						Publish war to Maven
6. uba --version       				Version
7. uba --help  						Help
version
$ uba --help or -h
Initialize
$ uba init demo
Add page
$ uba page myPage
Develop
$ uba server
Build
$ uba build
Publishing Maven
$ uba publish

tinper-uba-front-integration-tool's People

Contributors

kvkens avatar guoyongfeng avatar

Watchers

GreenMountain 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.