• This project
    • Loading...
  • Sign in

Hooke / demo-vue-vuex

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • demo-vue-vuex
  • package.json
  • Hooke's avatar
    在 vue 组件中获得 vuex 状态 · 0fbe3348
    0fbe3348
    Hooke authored 2016-10-29 17:18:00 +0800
package.json 380 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "name": "demo-vue-vuex",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kmlab.com:hooke1234/demo-vue-vuex.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "vue": "^2.0.3",
    "vuex": "^2.0.0"
  }
}