Package Exports
- vue3-color-gradient-picker
- vue3-color-gradient-picker/dist/index.js.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue3-color-gradient-picker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue3-color-gradient-picker
This template should help get you started developing with Vue 3 in Vite.
Color and gradient picker for vue3.js. If you use vue2, plese use color-gradient-picker.vue3-color-gradient-picker is an upgraded version of color-gradient-picker
本项目仅仅是将Vue2相关api修改成Vue3 如果想彻底的使用Vue3,请使用Qiu-Jun大佬的项目哈~ .vue3-color-gradient-picker is an upgraded version of color-gradient-picker
Usage
yarn add vue3-color-gradient-picker
# or npm install vue3-color-gradient-picker or pnpm install vue3-color-gradient-pickerRecommended IDE Setup
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Customize configuration
See Vite Configuration Reference.
Project Setup
npm installCompile and Hot-Reload for Development
npm run devCompile and Minify for Production
npm run buildLint with ESLint
npm run lint