using vue to rebuild the web of company(Btops). 1:if your vue version is lowerly.First,update the version of vue to new version.dos:npm install -g npm 2:install vue-cli,the dos:npm install -g vue-cli 3:create the project(depend on the webpack model).dos:vue init webpack yourprojectname 4:enter ther folder of your project.install the project of dependcies.dos:npm install 5:run the project.dos:npm run dev,then the default browser will open new tab to show
build: 1:dos:npm run build 2:copy the folder one named dist to your webpath,then publish the web.