0.1.6 • Published 5 years ago

citc-cli v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Features

  • ⚡️ Zero configuration
  • 👏 Supports both Single-Page Application and Multi-Page Application
  • 📤 Supports TypeScriptSassPostCSS out of box
  • 🖥 Full-featured web console
  • 🕹 support template with antd layout and mobx
  • 🔌 Supports Yarn Plug'n'Play environment

Usage

With npx, run:

npx citc-cli create my-awesome-project

Or you can install citc-cli globaly:

npm install -g citc-cli
citc-cli create my-awesome-project
cd my-awesome-project

Available Scripts

Start

Start local development environment

yarn start
# or
npm start

Build

Perform a production build

yarn build
# or
npm run build
0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago

0.0.1

5 years ago