npm install --save vue3-sketch-ruler yarn add vue3-sketch-ruler -S 引入方式 将打包后的dist包拷贝,用import导入,支持下面两种引用方式 import SketchRule from 'vue3-sketch-ruler' import 'vue3-sketch-ruler/lib/style.css' // ts需要时引入类型
Run Vue3sketchruler created by Majun2232 on StackBlitz 160 views0 forks Files .github .husky .vscode example src .eslintignore .eslintrc.js .gitignore .npmignore .prettierignore .stylelintignore commitlint.config.js index.html jest.config.js ...
##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...
.npmignore feat: 把lib加到库里面 4年前 .prettierignore init: 初始化 4年前 .stylelintignore init: 初始化 4年前 LICENSE fix: ts type 4年前 README.EN.md fix: 优化js 4年前 README.md fix: default ratio 4年前 commitlint.config.js ...
> In using vue3, the zoom operation used for page presentation. Latest version: 2.2.10, last published: 5 days 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
.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...
App.vue main.js tab-item.vue vite-env.d.ts 任意比例+缩放.html 任意比例.html public src test .eslintignore .eslintrc.js .gitignore .npmignore .prettierignore .release-it.json .stylelintignore CHANGELOG.md LICENSE README.md index.html ...
18 - run: npm install 19 - - name: Run development server 20 - run: npm run dev 1 + # .vscode/preview.yml 2 + autoOpen: true # 打开工作空间时是否自动开启所有应用的预览 3 + apps: 4 + - port: 6000 # 应用的端口 5 + run: npm install && npm run dev # 应用的启动...
* npmignore ([984c86b](https://github.com/kakajun/vue3-sketch-ruler/commit/984c86b1398d990c3698ef63404f0a9fa239e05c)) * outdir ([4cd54a2](https://github.com/kakajun/vue3-sketch-ruler/commit/4cd54a25108185c12c543b7a66dfafc040d4dc01)) * package ([0e9223a](https://github.com...
<!-- --> 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...