/vue3

New Feature Vue3

Primary LanguageVue

New in Vue3

Minimal webpack setup for Vue 3 (alpha)

Topics


  • Global Mounting
  • Fragments
  • Suspense
  • Portals
  • Composition API

Prerequisites

  • Node & NPM

Install

npm install

Usage

Develop
# run dev server at localhost:8080
npm run dev
Build
# transpile js for deployment
npm run build