https://github.com/candyframework/candyjs-examples
示例程序
https://github.com/candyframework/candyjs-examples
Last synced: 2 months ago
JSON representation
示例程序
- Host: GitHub
- URL: https://github.com/candyframework/candyjs-examples
- Owner: candyframework
- Created: 2020-11-28T05:50:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T03:26:53.000Z (about 2 years ago)
- Last Synced: 2025-01-16T07:54:41.584Z (over 1 year ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## candyjs 示例程序
每个目录都是一个独立的示例
## 运行
进入示例目录,安装依赖,运行程序
```
$ cd some-subdir
$ npm install
$ npm run start
```