Giter Site home page Giter Site logo

bacon-delight / vue-ecosphere-depricated Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 3.0 5.7 MB

A modern lightweight design system, built on the principles of minimalism with inspirations from Scandinavian architecture, handcrafted for data intensive applications.

Home Page: https://ecosphere.dev/

License: MIT License

JavaScript 0.73% HTML 0.29% Vue 68.28% TypeScript 21.32% SCSS 9.37%
vue vue3 ui frontend minimal ecosphere design vuecomponent nuxtcomponent framework

vue-ecosphere-depricated's Introduction

ℹ️ Not Released Yet

This plugin is under development and is not ready for use yet. Please do not download/install the plugin in your project at the moment. A working release can be expected sometime during Q3 2022 and this message will be removed when it's ready for use.

Ecosphere Design System | Ecosphere 设计系统

A modern lightweight design system, built on the principles of minimalism with inspirations from Scandinavian architecture, handcrafted for data intensive applications.

Code Climate maintainability Code Climate technical debt Snyk Vulnerabilities for GitHub Repo GitHub language count

NPM

Translations:

Resources:

Usage

Install

npm install vue-ecosphere

Import the plugin in main.js

import { createApp } from "vue";
import Ecosphere from "vue-ecosphere";

const app = createApp(App);
app.use(Ecosphere);
app.mount("#app");

中文版

我在学习中文,但是我的中文还不好。请原谅我的错误。:sweat_smile:

用法

安装

# 最新稳定版
npm install vue-ecosphere

main.js中添加一些

import { createApp } from "vue";
import Ecosphere from "vue-ecosphere";

const app = createApp(App);
app.use(Ecosphere);
app.mount("#app");

vue-ecosphere-depricated's People

Contributors

bacon-delight avatar baconenggsandcheese avatar dependabot[bot] avatar

Stargazers

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

Watchers

 avatar

vue-ecosphere-depricated's Issues

Autofill Colour in Input Field

Autofill colour defaults to #000 for input fields. Prevent this and apply appropriate contrast colour based on the applied theme for the input field.

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.