docs(): update contributing guide for angular, react, and vue (#24141)

resolves #24137
This commit is contained in:
Liam DeBeasi
2021-11-01 17:37:48 -04:00
committed by GitHub
parent 22be16f3f0
commit 5bcb39f82b
3 changed files with 53 additions and 2 deletions

View File

@ -4,6 +4,7 @@
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"lint": "echo add linter",
"lint.fix": "npm run lint -- --fix",
"test": "jest",
"build": "npm run clean && npm run copy && npm run copy.overlays && npm run compile && npm run bundle && npm run build.vetur && npm run build.web-types",
"bundle": "rollup --config rollup.config.js",

View File

@ -3,10 +3,10 @@
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"start": "npm run sync && vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "concurrently \"npm run serve\" \"wait-on http-get://localhost:8080 && npm run cypress\" --kill-others --success first",
"test:e2e": "concurrently \"npm run start\" \"wait-on http-get://localhost:8080 && npm run cypress\" --kill-others --success first",
"lint": "vue-cli-service lint",
"cypress": "node_modules/.bin/cypress run --headless --browser chrome",
"sync": "sh ./scripts/sync.sh"