0.0.6 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago