Add plopfile for component templating

This commit is contained in:
Jan Tuomi
2018-06-20 10:54:59 +03:00
parent 19ed49ae3d
commit 71dbb2b58c
7 changed files with 616 additions and 2 deletions
+7 -1
View File
@@ -23,7 +23,13 @@ Minimal starter kit with hot module replacement (HMR) for rapid development.
`npm start`
* Build app continously (HMR enabled)
* App served @ `http://localhost:8080`
* App served @ `http://localhost:8080`
### Create new component
`npm run plop`
* Create a new component interactively using plop templates
**Production**