Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

alibaba-archive/create-teambition-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Teambition Application

Command alias for creating teambition's application.

NPM version Build Status

How to use

npm install -g create-teambition-app

cta <my-app>
cd <my-app>/
npm start

NPM scripts

CTA will inject three commands in your application's package.json, shown as below:

  • npm start Start your application and listen on port 3000.
  • npm test Test your application.
  • npm build Build your application into build directory.

Which contains

  • A koa based server side application.
  • A vue.js based client side application.
  • A mocha and mocha-co based test framework.
  • Compile client side code with webpack and babel.
  • Hot reload in development mode.

Which does not contains

  • Deploy your code to cdn or remote server, you can try sneaky to deploy your application.
  • Database connection, you can try mongoose and limbo if you use mongodb.

LICENSE

MIT