update readme
This commit is contained in:
parent
0c004b7be4
commit
3bd2d6de0b
19
README.md
19
README.md
|
@ -1,3 +1,20 @@
|
||||||
# logging-center
|
# logging-center
|
||||||
|
|
||||||
INFINI Logging Center
|
INFINI Logging Center
|
||||||
|
|
||||||
|
## 启动开发模式
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
在浏览器中访问:[http://localhost:8000](http://localhost:8000)
|
||||||
|
|
||||||
|
|
||||||
|
## 构建和部署
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run build
|
||||||
|
```
|
||||||
|
|
||||||
|
执行该命令后会生成最终的 HTML、CSS 和 JS 到 dist 目录下。它们是浏览器可以直接识别并运行的代码,这样你就可以将它们部署到你想要的服务器上了。
|
Loading…
Reference in New Issue