Skip to content

JesseZhao1990/vue-rx-example

Repository files navigation

vue-rx-example

一个vue项目,此项目是使用rx.js的一个实际例子

项目说明

脚手架利用的是vue-cli生成的,组件库用的是element-ui,事件流处理用的是rx.js 如果想在vue项目中使用rx.js,此项目可能会有参考价值

命令

# 安装环境
npm install

# 在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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

About

在vue项目中使用rx.js的实际例子

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published