An open API service indexing awesome lists of open source software.

https://github.com/java-edge/vue2.xqunar


https://github.com/java-edge/vue2.xqunar

Last synced: 3 months ago
JSON representation

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基础知识点,助你打通技能树任督二脉

## 接触一线互联网公司真实项目完整开发流程
![](https://upload-images.jianshu.io/upload_images/4685968-b83906da805e7474.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

## 领会组件化思想,实现核心页面
## Vue-CLI

```
npm install --global vue-cli

vue init webpack Travel

```