一个使用vue做的门户网站模板
当初练手vue时写的,适合刚入门vue的同学参考,熟悉一些vue的使用方法,包括vue-router,vuex,axios都有涉及。
一个使用vue写的门户页面,数据使用.date文件进行模拟。
使用到的技术有vue+vue-router+vuex+axios+element+jQuery+SuperSlider
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build