intlify / vue-next-webpack-preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-next-webpack-preview

Minimal webpack setup for Vue 3 (alpha)

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).

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

About


Languages

Language:JavaScript 70.0%Language:Vue 27.1%Language:HTML 2.9%