atom-vue-hyperclick
A hyperclick provider for Vue components that lets you jump to where variables are defined.
huangjinlin 1,478 0 0.8.0 MIT GitHub

atom-vue-hyperclick

inspire from vue-hyperclick,modify it workwith atom-js-hyperclick, atom-js-hyperclick is identify webpack alias, and '@'especially

installation

Install via atom or apm:

apm install atom-vue-hyperclick

publish

# first time
git tag -a v0.0.1 -m "release 0.0.1 version"
git push origin --tags
apm publish minor
# other time
apm publish minor