Skip to content

toyobayashi/webpack-template

Repository files navigation

webpack-template

Vue/React Quick Start

$ git clone https://github.com/toyobayashi/webpack-template.git
$ cd webpack-template/<dir>
$ npm install
$ npm run dev

# Production
$ npm run prod

# Electron start
$ npm start