mirror of
https://github.com/certd/certd.git
synced 2026-05-05 05:17:24 +08:00
feat: 升级midway,支持esm
This commit is contained in:
@@ -1,22 +1,15 @@
|
||||
# fast-server-js
|
||||
|
||||
base on midway
|
||||
# my_midway_project
|
||||
|
||||
## QuickStart
|
||||
|
||||
> nodejs需要16以上
|
||||
|
||||
<!-- add docs here for user -->
|
||||
|
||||
see [midway docs][midway] for more detail.
|
||||
|
||||
### Development
|
||||
|
||||
```bash
|
||||
$ npm i
|
||||
# 如果遇到sqlite安装失败时
|
||||
# 建议使用cnpm
|
||||
# npm install -g cnpm
|
||||
# cnpm install
|
||||
$ npm run dev
|
||||
$ open http://localhost:7001/
|
||||
```
|
||||
@@ -34,8 +27,3 @@ $ npm start
|
||||
|
||||
|
||||
[midway]: https://midwayjs.org
|
||||
|
||||
see [midway docs][ https://midwayjs.org] for more detail.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user