https://github.com/java-edge/vue2.xqunar
https://github.com/java-edge/vue2.xqunar
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/java-edge/vue2.xqunar
- Owner: Java-Edge
- Created: 2019-02-13T09:25:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T14:17:50.000Z (about 2 years ago)
- Last Synced: 2025-01-17T21:44:23.051Z (5 months ago)
- Language: JavaScript
- Size: 698 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue2.5 项目实战
> A Vue.js project## 1 构建安装,运行
``` bash
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
无论你是Vue新人还是老手,都能让你收获满满
全面涵盖Vue基础知识点,助你打通技能树任督二脉
## 接触一线互联网公司真实项目完整开发流程
## 领会组件化思想,实现核心页面
## Vue-CLI```
npm install --global vue-clivue init webpack Travel
```