test-simple-extension1
v1.0.0
Published
this is desc, this is desc, this is desc, this is desc, this is desc,
Readme
Alibaba Cloud Client
How to run this app?
Setup develop environment
install node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install --ltsinstall node tools
npm install -g cross-env
npm install -g typescript
npm install -g copyfiles
npm install -g webpack-cli
npm install -g ts-node
build and run
Build:
npm install && npm run rebuild
npm run buildRun:
npm startHow to dist this app?
for windows
publish for win, run npm run publish:win
npm run build;
while ! npm run dist:win; do; done;
npm run release:winfor mac
publish for mac, run npm run publish:mac
npm run build;
while ! npm run dist:mac; do; done;
npm run release:macContributing
Pull requests are always welcome 😃.
License
Private
