0.2.0 • Published 7 years ago

create-teambition-app v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago