VLilyLUE 2019-12-08
[npm install -g cnpm --registry=https://registry.npm.taobao.org]
stylus:
[cnpm install stylus -g]+[cnpm install stylus stylus-loader --save-dev]
element-ui:
[cnpm install element-ui --save]
import ElementUI from ‘element-ui‘
import ‘element-ui/lib/theme-chalk/index.css‘在最下面实例注册
new Vue({
el: ‘#app‘,
Vuex,
ElementUI,
router,
render: h => h(App)
})
axios:
[npm install axios -save]
axios封装:
background-color: blue;background-color: yellow;<input type="button" value="变蓝" @click="changeColorT