1.0.1 • Published 10 months ago

test-simple-extension3 v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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 --lts

install 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 build

Run:

npm start

How 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:win

for mac

publish for mac, run npm run publish:mac

npm run build;
while ! npm run dist:mac; do; done;
npm run release:mac

Contributing

Pull requests are always welcome 😃.

License

Private

1.0.1

10 months ago