Minimal webpack setup for Vue 3 (beta)
This is for preview purposes only. There might be bugs and undocumented behavior differences from v2, which are expected.
Also note that if you are using VSCode, Vetur isn't updated to take advantage of Vue 3's typing yet so intellisense in Vue files may not be fully functional (especially in templates).
This fork adds Typescript
support and the latest versions of Vue Router
and Vuex
.
- Node & (NPM or Yarn)
npm install
# or
yarn
# run dev server at localhost:8080
npm run dev
# transpile js for deployment
npm run build