Skip to content

ChrisShank/vue-next-webpack-preview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED: Vue 3 is released and I recommend using officially supported build tools

vue-next-webpack-preview

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.

Prerequisites

  • Node & (NPM or Yarn)

Install

npm install

# or
yarn

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.0%
  • TypeScript 23.5%
  • Vue 23.2%
  • HTML 3.3%