Code Monkey home page Code Monkey logo

elenext's Introduction

Version Documentation

Elenext(WIP)

A Vue.js 3.0 UI Toolkit for Web

Foreword

The purpose of this project is not to copy Element2 and translate it using Vue3, and compatibility is not a priority

If you are used to Element2 and want to use it under Vue3, we recommend moving to Element Plus.

This project implements a more modern browser-compliant UI framework that makes extensive use of various new features.

Features

  • zero-configuration bundler for vue3 components ==> tsrv
    • tsrv dev/build
    • tsrv test
  • vite docs/demo stie ==> vite-plugin-vuedoc
    • docs stie
    • support markdown
    • demo preview
  • prop types definitions ==> vptypes
    • typescript support
    • basic check
  • style
    • Reconfiguration style
    • use css variables
  • components
    • [] something

Docs & Demo

https://elenext.vercel.app

Install

yarn add elenext

Quick Start

import 'elenext/dist/elenext.css'
import { createApp } from 'vue'
import elenext from 'elenext'
import App from './App.vue'

const app = createApp(App)

app.use(elenext)
app.mount('#app')

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 11+.

Development

Skip this part if you just want to use Elenext.

Todo

组件库

  • Grid
    • ERow
    • ECol
  • Layout
    • ELayout
    • EMain
    • EAside
    • EFooter
    • EHeader
  • Button
    • EButton
    • EButtonGroup
  • ELink
  • EBreadcrumb
    • EBreadcrumbItem
  • EPagination
  • Icon
  • EAlert
  • EPopper
  • ETooltip
  • EPopover
  • Menu
    • EMenu
    • ESubMenu
    • EMenuItem
    • EMenuItemGroup
  • EInput
    • EInputGroup
  • radio
  • checkbox
  • card
  • date-picker
  • dialog
  • divider
  • drawer
  • dropdown
  • form
  • image
  • loading
  • message
  • notification
  • option
  • pagination
  • progress

Additional Tools

  • tsrv Zero Configuration bundler for vue3 components

  • vite-plugin-vuedoc Markdown document preview and code highlighting for vite

  • vptypes Vue3 Prop Types definitions

Author

👤 jaskang

Show your support

Give a ⭐️ if this project helped you!

elenext's People

Contributors

jaskang avatar cmlingyi avatar dependabot[bot] avatar

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.