Skip to content

thmlab/VueCovid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

运行前需要安装的包:

  1. Vue-Cli4
  2. node.js

检查是否安装:

  1. node: $ node -v
  2. Vue-cli: $ vue --version

如未安装需要去命令行输入:
node.js: $ yum install -y nodejs (CentOs) https://nodejs.org/zh-cn/download/ (Windows & MacOs)
Vue-Cli: $ npm install -g @vue/cli 或者 $ yarn global add @vue/cli

Vue CLI 的包名称由 vue-cli 改成了 @vue/cli。 如果你已经全局安装了旧版本的 vue-cli (1.x 或 2.x),你需要先通过 $ npm uninstall vue-cli -g$ yarn global remove vue-cli 卸载它。

安装完毕后:

  1. 进入目录 $ cd VueCovid

  2. 安装项目模组
    $ npm install 或者 $ yarn install

  3. 启动服务器
    $ npm run serve 或者 $ yarn serve

  4. 打开浏览器输入 http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published