Add plopfile for component templating
This commit is contained in:
+3
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user