A Personal-Photography-Site-Demo(Front end)(Use Vue2)
其实呢,做这个项目的原因是刚把Vue2给学了。既然学了呢,最好还是要做个Demo来巩固一下。再加上本人GayHub(不好意思,口误,是GitHub)上还没有自己的开源项目。 所以,正如诸位所看到的,这个项目就这么诞生了XD
- Vue2
- Vue-router
- jquery1.11
- OwlCarousel2
- milligram
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.