Coder Social home page Coder Social logo

hyunja27 / evui_forked Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ex-em/evui

0.0 0.0 0.0 89.5 MB

Exem Visualization UI

Home Page: https://ex-em.github.io/EVUI/

License: MIT License

JavaScript 66.09% CSS 1.49% HTML 0.38% Vue 29.60% SCSS 2.44%

evui_forked's Introduction

evui 3.0

Project setup

npm i -D evui

Compiles library for product

npm run build:lib

Compiles and hot-reloads for development document project

  • Node 12 is required to run the official documentation locally.
  • We will upload the node version later.
  • DOCUMENT : https://ex-em.github.io/EVUI
npm run docs

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Use Vue3 Project

// main.ts
import App from '@/App.vue';
import EVUI from 'evui';

const app = createApp(App);

app.use(EVUI);

app.mount('#app');

Using Message Component

// main.ts
import App from '@/App.vue';
import { EvMessageBox, EvMessage, EvNotification } from 'evui';

const app = createApp(App);

app.use(EVUI);
app.config.globalProperties.$messagebox = EvMessageBox;
app.config.globalProperties.$messagex = EvMessage;
app.config.globalProperties.$notify = EvNotification;

app.mount('#app');

evui_forked's People

Contributors

jhee564 avatar kimyell avatar mmindy avatar h2yeon avatar mun94 avatar baejihoon avatar sh0304 avatar sonky740 avatar b-wani avatar sej-dev avatar kdeun1 avatar bokyeongshin avatar subin1224 avatar sururuu avatar byeongwan-kim avatar ex-em avatar changwonzzangzzang avatar kangjm103 avatar exemfe3 avatar jiwlee523 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.