2020年9月14日 星期一

Ionic with Vue 3 and TypeScript

 https://ionicframework.com/blog/announcing-the-new-ionic-vue-beta/


npm install -g @ionic/cli@testing

ionic start my-app tabs --type vue --tag vue-beta

ionic serve


package.json

  "dependencies": {

    "@ionic/vue": "0.3.1",

    "@ionic/vue-router": "0.3.1",

    "core-js": "^3.6.5",

    "vue": "^3.0.0-rc.10",

    "vue-router": "^4.0.0-beta.9"

  },


On 2020/9/14

Only version 0.3.1 and newer of the Ionic Vue beta are compatible with Vue 3. To continue using the Ionic Vue beta with Vue 2, version 0.0.9 should be used.


End

沒有留言:

張貼留言

202501 Debian USB LAN Card Bridge

 202501 Debian USB LAN Card Bridge ChatGPT Question I have a machine running debian 12 with a LAN port using a cable to connect to my office...