Update README.md
This commit is contained in:
parent
472a3a20cd
commit
6a18fa2d2c
|
@ -2,9 +2,10 @@
|
|||
|
||||
> A Vue.js project
|
||||
# Introduction
|
||||
整个程序分为两部分,前端和后端,本文件夹为前端程序,用于提升模型的可解释性,提供可视化内容以及用户交互,除非前端运行出现问题,否则不推荐修改此部分代码。
|
||||
The system is divided into two parts-- front side and back side, this package is served as front side and used to increase the interpretability of the system. The front side provides graphic elements and interact with end user.
|
||||
|
||||
|
||||
## How To Run
|
||||
在文件夹下运行npm run dev即可运行,同时文件夹已打包好一份内容存放在dist中,使用nginx运行该dist也可有同样效果。
|
||||
|
||||
run the browser side with order 'npm run dev' if you have installed vue
|
||||
you can also establish server with nginx, using the content put in the package 'dist'.
|
||||
|
||||
|
|
Loading…
Reference in New Issue