0.0.6 • Published 3 years ago

@arche-engine/create-arche-app v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Create Arche App

A tool for creating your Arche.js application. Currently, supported template presets include:

  • Vanilla(Use Vanilla JavaScript/TypeScript)
  • React(React Template)
  • Vue(Vue Template)
  • Ali-Mini(Alibaba Mini Program)
  • Library(Arche.js Library)

Usage

npm

Compatibility Note: Node.js version >=12.0.0.

npm init @arche-engine/arche-app

yarn

yarn create @arche-engine/arche-app

After creating a template, run:

npm install
npm run dev

Open your browser, you can see:

image-20210208112945261

Enjoy your exploration of Arche.js.

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago