The is a front end project of dataShare platform

How to run this project

  1. install nodejs
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -

sudo apt-get install -y nodejs
  1. Switch Taobao mirror
 npm install -g cnpm --registry=http://registry.npm.taobao.org
  1. install webpack
npm install webpack -g
  1. install vue-cli
cnpm install vue-cli -g
  1. enter the project directory
cd fcc-client
  1. run this project
npm run serve