给出插件的使用示例或安装指南(以vue-sketch-ruler为例): 安装: bash npm install --save vue-sketch-ruler 使用示例: vue <template> <SketchRule :lang="lang" :thick="thick" ... /> </template> <script> import SketchRule from "vue-sketch-ruler"; export defau...
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' ...
ruler-line.vue ruler-wrapper-types.ts ruler-wrapper.vue sketch-ruler-wrapper copy.vue sketch-ruler-wrapper.vue index.ts shims-vue.d.ts .eslintignore .eslintrc.js .gitignore .npmignore .prettierignore .stylelintignore .stylelintrc.js LICENSE README.EN.md README.md commitlint...
vue3sketchRuler/1x)  ## 安装 > 支持全局导入和模块导入 ``` npm install --save vue3-sketch-ruler or yarn add vue3-sketch-ruler -S ``` ## 引入方式 ...
npm安装后:全局样式变量没有引入 message相关api不存在 awesomeicon没导入 Readme Keywords none npm ivue-sketch-ui 0 Version 0.1.0-beta.0 License none Unpacked Size 2.19 MB Total Files 39 Last publish 3 months ago Collaborators Tryon RunKit ...
加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 文件 master 克隆/下载 git config --global user.name userName git config --global user.email userEmail vue-sketch-ruler / .npmignore ...
npm install vue-color#oryarn add vue-color 🚀 Quick Start 1. Import styles // main.tsimport{createApp}from'vue'importAppfrom'./App.vue'// Import stylesimport'vue-color/style.css';createApp(App).mount('#app') 2. Use a color picker component ...
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 -g @commitlint/cli @commitlint/config-conventional --save-dev 新增配置文件 在工程根目录下新建文件commitlint.config.js,写入以下内容: module.exports = { extends: ['@commitlint/config-conventional'], }; 注意:这个文件的编码格式必须是UTF-8,否则在git提交时会报错 ...
},"devDependencies": {"vue":"^3.0.0","vue2":"npm:vue@2"}, } or {"scripts": {"test:2":"vue-demi-switch 2 && jest","test:3":"vue-demi-switch 3 vue3 && jest", },"devDependencies": {"vue":"^2.6.0","vue3":"npm:vue@3"}, ...