Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 332 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 332 Bytes

h5-click-router-sample

快应用 H5 点击组件示例,包含原生html、Vue、React等框架写的实例 sample。

通过下述命令查看 demo:

html-demo

cd html-demo
npx serve

vue-demo

cd vue-demo
yarn install
yarn serve

react-demo

cd react-demo
npm install
npm start