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
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.orgInstall Dependencies
$ cnpm install或者
$ yarn install