Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phonowell/neutron
Neutron.ahk, Coffee-AHK & React.js.
https://github.com/phonowell/neutron
Last synced: 1 day ago
JSON representation
Neutron.ahk, Coffee-AHK & React.js.
- Host: GitHub
- URL: https://github.com/phonowell/neutron
- Owner: phonowell
- License: mit
- Created: 2021-08-27T03:16:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T06:19:05.000Z (5 months ago)
- Last Synced: 2024-11-19T12:17:44.141Z (2 months ago)
- Language: AutoHotkey
- Size: 659 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# coffee-ahk-preview
2021/8/24 下午6:21:55
## 组件/共3个
- [App](./src/component/App.tsx)
- [Compiler](./src/component/Compiler.tsx)
- [Stage](./src/component/Stage.tsx)## 任务
```shell
npm run build // react-scripts build
npm run mock // ts-node --project ./task/tsconfig.json ./task/mock.ts
npm run publish // npm run alice publish
npm run start // sudo PORT=80 react-scripts start
npm run watch // npm run alice watch
```
---