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
+3 -1
View File
@@ -28,7 +28,8 @@
"start-prod": "npm run build && npm run serve",
"test:unit": "jest --watch --coverage --config=configs/jest.json",
"test:e2e": "npm-run-all -s build -p -r serve test:e2e:run",
"test:e2e:run": "testcafe -S -s 'tests/testcafe/screenshots' --app-init-delay 2000 chrome tests/testcafe"
"test:e2e:run": "testcafe -S -s 'tests/testcafe/screenshots' --app-init-delay 2000 chrome tests/testcafe",
"plop": "plop"
},
"devDependencies": {
"@types/jest": "^23.0.0",
@@ -49,6 +50,7 @@
"jest": "^23.1.0",
"node-sass": "^4.9.0",
"npm-run-all": "^4.1.3",
"plop": "^2.0.0",
"postcss-loader": "^2.1.5",
"react": "^16.4.0",
"react-addons-test-utils": "^15.6.2",