0.1.2 • Published 3 years ago

gike v0.1.2

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

Introduce

It is a temporary interest project. The goal of the project is to integrate the mainstream frameworks in the market, such as react and Vue.

Install

$ npm install gike -g

Usage

basic

<!-- Show help items -->

gike -h (--help)



<!-- Create project -->

gike create projectName


gike create


<!-- Show logo && version -->

gike logo


gike -v(--version)

project

<!-- create project, you should install gike -->

gike create  projectName


cd projectName


npm install


npm run build

To be continued