Working example of a vue TS app working in a monorepo with yarn v2
Instructions
- Clone the repo
- Run
yarn
- If you use VSCode
yarn pnpify --sdk
- Run
yarn workspace example-panel serve
- Watch this beauty come alive!
On-going fixes
- vuejs/vue-loader#1639
- vue-router typing patch: vuejs/vue-router#3120
- vuex typing patch: vuejs/vuex#1681
- eslint-config-typescript: vuejs/eslint-config-typescript#8 WIP...
References:
- vuejs/vue-cli#5135
- yarnpkg/berry#750
- .... many others to come