0.2.1 • Published 6 years ago

ja_cms v0.2.1

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
6 years ago

ja_cms

(仿照dva-cli创建后台管理系统基本框架)

CLI for YeeCms

开始

Install, create and start.

# Install
$ npm install ja_cms -g

# Create app
$ ja new myapp

# Start app
$ cd myapp
$ npm start

命令

We have 3 commands: new, init and generate(alias g).

ja new options

Create app with new directory.

Usage Examples
$ ja new myapp
$ ja new myapp --demo
$ ja new myapp --no-install
options

--demo -- Generate a dead simple project for quick prototype --no-install -- Disable npm install after files created

0.2.1

6 years ago

0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago