Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/weipxiu/Vue-Router

世上最完整的vue-router配置demo,包含了有关vue-router所有相关核心知识点,一个需求多种解决方式的体现,据说配置出了一朵花儿,不服来战!
https://github.com/weipxiu/Vue-Router

Last synced: 3 months ago
JSON representation

世上最完整的vue-router配置demo,包含了有关vue-router所有相关核心知识点,一个需求多种解决方式的体现,据说配置出了一朵花儿,不服来战!

Awesome Lists containing this project

README

        

# vue-demo

> 世上最完整的Vue-Router配置demo,包含了有关Vue-Router所有相关核心知识点,一个需求多种解决方式的体现,据说配置出了一朵花儿,不服来战!

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:1234
npm run dev

# build for production with minification
npm run build

```