Quick start
tip
Init
- npmjs
- npmmirror
The document adopts yarn dependency tool uniformly
npm install yarn@1.19.1 -g
Using templates
npm create lvyjs@latest -y
cd alemonjs
yarn install
The document adopts yarn dependency tool uniformly
npm install yarn@1.19.1 -g --registry=https://registry.npmmirror.com
Using templates
npm create lvyjs@latest -y --registry=https://registry.npmmirror.com
cd alemonjs
yarn install
Config
alemon.config.yaml
#Basic format [Configuration name]: [Configuration parameters]
gui:
port: 17127
Start
Select GUI experience effect
download
Visual Studio Code
download
ALemonJS GUI
Select the Status Bar ALemonJS button at the bottom to open the sidebar
- start
Start in development mode and select GUI
yarn dev --login gui
- start
alemon.config.yaml
login: 'gui'
- start
index.js
import { start } from 'alemonjs'
start('src/index.ts', 'gui')
// start('src/index.ts', '@alemonjs/gui')