This is the app frontend code of the PaperDaily
project based on uni-app
& Vue.js
.
See in: https://uniapp.dcloud.io/quickstart-hx.html
-
Install HBuilderX IDE
-
Import this project
-
Run in build-in browser
-
Build mobile app or quickapp
- Install vue-cli globally
npm install -g @vue/cli@4
- Run in H5
npm run dev:h5
- Build H5
npm run build:h5