Skip to content

misterdev/webpack-scaffold-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Scaffold Vue

Webpack scaffold to easily setup a Vue project

version

Usage

This package is available on npm, you just need to install webpack-cli and run this inside an empty folder:

yarn global add webpack-cli
webpack-cli init webpack-scaffold-vue

Develop

Clone this repo and install the dependencies:

git clone https://github.com/misterdev/webpack-scaffold-vue.git
cd webpack-scaffold-vue
yarn

Try it locally

If you have webpack-cli installed you can run this inside any folder:

webpack-cli init path/to/webpack-scaffold-vue

Publish

yarn np