0.0.9 • Published 4 years ago

@citcfe/citc-cli v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago