hf-vue-pc
v1.0.7
Published
> javascript: vuejs + vue-router + vuex > css preprocess: scss > basic ui components: element-ui > build: webpack > nodejs: >=8.3
Downloads
4
Maintainers
Readme
A Incubator Project For PC
Technology Stack
javascript: vuejs + vue-router + vuex css preprocess: scss basic ui components: element-ui build: webpack nodejs: >=8.3
Intall and config
Install Taobao image registory
如果是npm
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
如果是yarn
yarn config set registry https://registry.npm.taobao.org
Install Dependencies
$ cnpm install
或者
$ yarn install