uni-events-helper-wx
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
800 B

3 years ago
  1. {
  2. "dependencies": {
  3. "uni-read-pages": "^1.0.5",
  4. "uni-simple-router": "^2.0.1"
  5. },
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "dev": "NODE_ENV=development webpack --watch ",
  9. "build": "NODE_ENV=development webpack --mode=production",
  10. "dev:mp-weixin": "cross-env NODE_ENV=development UNI_PLATFORM=mp-weixin vue-cli-service uni-build --watch --minimize"
  11. },
  12. "name": "uni-events-helper-wx",
  13. "description": "##### (1) 路由拦截 [uni-simple-router](https://hhyang.cn/) 路由、拦截、最优雅的解决方案",
  14. "version": "1.0.0",
  15. "main": "main.js",
  16. "devDependencies": {},
  17. "repository": {
  18. "type": "git",
  19. "url": "https://git.ouxuan.net/APP/uni-events-helper-wx.git"
  20. },
  21. "keywords": [],
  22. "author": "",
  23. "license": "ISC"
  24. }