Code Monkey home page Code Monkey logo

mine-h5-ui's Introduction

mine-h5-ui's People

Contributors

biaov avatar biaov2017 avatar biaov2018 avatar dependabot[bot] avatar github-actions[bot] avatar tyh2001 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mine-h5-ui's Issues

关于 MINE-H5-UI 2.0 的展望

特征

  • 基于 Vue3.x。
  • 使用 npm + vite 的工作流,支持 ES6+。
  • 全面使用 TypeScript + Composition-API 来重构 UI 组件库。

技术栈

HTML5 + CSS3+ Less + ES6+ + Vue3.x ( Composition-api ) + TypeScript + Vite + Gulp + Rollup + Jest

预估发布时间

  • 时间就像海绵,挤挤还是会有的,已有计划,按照计划前进着。
  • 每次挤一挤,每次写一点,持续时间可能有点久。
  • 具体时间看心情 😆

已完成

  • mine-h5-ui v2.x 已完成

这是一个请教问题

···js

"name": "hex-datepicker",
"private": false,
"version": "0.1.8",
"style": "./dist/style.css",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
···

这里面的 style 字段是用来干什么的呢,我自己编写的组件打包完成之后,在项目里面导入会提醒我没有 export css,是不是需要配置这个字段呢?

Drag控件使用

最新版TS的,Drag按案例引入,报了个错"类型“ListDataItem”上不存在属性“url”。ts(2339)"
好像不影响使用,但是有个红线在那摆着.
截屏2023-07-04 12 58 18

按需引入也会全部都打包

import { createApp } from 'vue'
import App from './App.vue';

import { MeButton } from 'mine-h5-ui'
import 'mine-h5-ui/lib/theme-default/index.css'

console.log(MeButton)

createApp(App)
  .use(MeButton)
  .mount('#app')

这样按需引入最终也会将所有的组件都打包进去了

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.