Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wll8/sys-shim-play
sys-shim 游乐场
https://github.com/wll8/sys-shim-play
Last synced: about 4 hours ago
JSON representation
sys-shim 游乐场
- Host: GitHub
- URL: https://github.com/wll8/sys-shim-play
- Owner: wll8
- License: mit
- Created: 2024-03-21T09:36:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T07:53:27.000Z (5 months ago)
- Last Synced: 2024-06-21T16:22:32.192Z (5 months ago)
- Language: Vue
- Size: 870 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sys-shim-play
## 运行项目
使用node 16.0及以上的版本
### 安装依赖
```sh
pnpm install
```### 编译重新加载开发
```sh
pnpm run dev
```
## 提交方法
由于使用了husky + commitlint对提交进行验证,需要使用如下几种方法提交* 方法一:
```shell
pnpm run commit
```* 方法二:提交时直接使用规范的格式
```shell
git commit -m "feat: 添加一个新特性"
```## License
sys-shim-play is MIT.