Vue项目-硅谷外卖(此项目还未和后端交互。纯前端效果,能直接在打包后的dist访问)
观看哔哩哔哩视频所写:https://www.bilibili.com/video/av49099807/?p=76&t=284
Vue项目-硅谷外卖。此版本还未后端交互,纯前端效果
# 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 a detailed explanation on how things work, check out the guide and docs for vue-loader.