Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 857 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 857 Bytes

takeout

A personal learning project using cube-ui powered by vue.

Development

git clone git@github.com:hellothursday/takeout.git
cd takeout
npm install
npm run serve

Compiles and minifies for production

npm run build

merits

  1. You can invoke the custom component which has been instantiated in api form through create-api module in cube-ui.
  2. Switching the pages through the TabBar component embedded in cube-ui instead of Vue-router, which you can implement smooth switching effects like native apps.

Links

Customize Webpack configuration

See Working with Webpack.

You can find me here.