-
Notifications
You must be signed in to change notification settings - Fork 966
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(hippy-vue): support once modifier
- Loading branch information
1 parent
66852f5
commit 58f4d10
Showing
4 changed files
with
14 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,13 @@ | |
"name": "hippy-vue-demo", | ||
"version": "2.0.0", | ||
"private": true, | ||
"main": "./src/main.js", | ||
"webMain": "./src/main-web.js", | ||
"nativeMain": "./src/main-native.js", | ||
"author": "XQ Kuang <[email protected]>", | ||
"license": "Apache-2.0", | ||
"description": "Demo app for hippy-vue", | ||
"repository": "https://github.com/Tencent/Hippy/tree/master/examples/hippy-vue-demo", | ||
"scripts": { | ||
"serve": "cross-env-os os=\"Windows_NT,Linux\" minVersion=17 NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve", | ||
"build": "cross-env-os os=\"Windows_NT,Linux\" minVersion=17 NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build", | ||
"lint": "cross-env-os os=\"Windows_NT,Linux\" minVersion=17 NODE_OPTIONS=--openssl-legacy-provider vue-cli-service lint", | ||
"hippy:debug": "hippy-debug", | ||
"hippy:dev": "cross-env-os os=\"Windows_NT,Linux\" minVersion=17 NODE_OPTIONS=--openssl-legacy-provider hippy-dev -c ./scripts/hippy-webpack.dev.js", | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters