npminstall--savevue3-sketch-ruleryarnaddvue3-sketch-ruler-S 将打包后的dist包拷贝,用import导入,支持下面两种引用方式 import SketchRule from 'vue3-sketch-ruler' import 'vue3-sketch-ruler/lib/style.css' // ts需要时引入类型 import type { SketchRulerProps } from 'vue3-sketch-ruler' ...
Run Vue3sketchruler created by Majun2232 on StackBlitz 131 views0 forks Files .github .husky .vscode example src .eslintignore .eslintrc.js .gitignore .npmignore .prettierignore .stylelintignore commitlint.config.js index.html jest.config.js ...
.npmignore .prettierignore .stylelintignore .stylelintrc.js LICENSE README.EN.md README.md commitlint.config.js index.html jest.config.js package.json prettier.config.js tsconfig.json vite.config.js vite.demo.js Breadcrumbs vue3-sketch-ruler /src /sketch-ruler / index.vue L...
加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 文件 master 克隆/下载 git config --global user.name userName git config --global user.email userEmail vue-sketch-ruler / .npmignore ...
vue-sketch-ruler / .gitignore .gitignore129 Bytes 一键复制编辑原始数据按行查看历史 NMS丶No3提交于5年前.update .gitignore 123456789101112 .DS_Store node_modules/ .vscode/ npm-debug.log yarn-error.log # Editor directories and files .idea ...
npm install --save vue-sketch-ruler ⽀持的功能 [✔] 标尺渲染 [✔] 缩放内容,重绘标尺 [✔] 滚动内容,重绘标尺 [✔] 切换标尺状态,显⽰或隐藏 [✔] 参考线管理(增加删除) [✔] 切换参考线状态,显⽰或隐藏 未来⽀持的功能
> In using vue3, the zoom operation used for page presentation. Latest version: 2.2.9, last published: a month ago. Start using vue3-sketch-ruler in your project by running `npm i vue3-sketch-ruler`. There are 29 other projects in the npm registry using
##npm 发布忽略 .github dist/ .husky README.EN.md .eslintrc.js .eslintignore node_modules/ example public/ 9 changes: 4 additions & 5 deletions 9 package.json Original file line numberDiff line numberDiff line change @@ -1,12 +1,12 @@ { "name": "vue3-sketch-ruler", "version...
<!-- --> Vite App vue3-sketch-ruler 13 changes: 10 additions & 3 deletions 13 package.json Original file line numberDiff line numberDiff line change @@ -1,15 +1,22 @@ { "name": "vue3-sketch-ruler", "version": "0.0.0", "version": "0.0.1", "workspaces...
run:npm run dev 1+ #.vscode/preview.yml 2+ autoOpen:true#打开工作空间时是否自动开启所有应用的预览 3+ apps: 4+ -port:6000#应用的端口 5+ run:npm install && npm run dev#应用的启动命令 6+ root:./#应用的启动目录 7+ name:vue3-sketch-ruler#应用名称 ...