vue2 + vue-router 搭建的一个入门级别的电商项目(仿京东生鲜)
网站浏览地址:https://yuan-yiming.github.io/fresh-everyday/dist/#/
项目地址:https://github.com/Yuan-Yiming/fresh-everyday
ps:目前所有的github.io的网站都好像打不开了,需要在自己电脑上C:/Windows/System32/drivers/etc/HOSTS 文件里最后一行加上:
185.199.110.153 yuan-yiming.github.io
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For a detailed explanation on how things work, check out the guide and docs for vue-loader.