1 Star 0 Fork 98

li / farris-vue

forked from UBML / farris-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.en.md 3.66 KB
一键复制 编辑 原始数据 按行查看 历史
Cassiel 提交于 2022-10-17 15:22 . update english version of readme

Farris UI Logo

Farris UI Vue

Farris UI Vue, a Farris Design based Vue3 component library.

English | Simplified Chinese

Farris Design Priciples:

  • Fast :Farris UI, composed by UI suites with super-fast user experience. Farris Data Grid, with high-speed rendering performance when rendering huge amounts of data.
  • Reliable: Provide users with steady and reliable use embodiment and optimize various abnormal interaction scenarios targeted.
  • Responsive: Enhanced responsive design, provides more nuanced responsive interactions inside components.
  • Intuitive: Intuitive design, enables users to have an intuitive interface interaction experience.
  • Smart : Intelligent UI, meets the development of intelligent application scenarios.

1. Learn about Farris

Visit our offical site(https://farris-design.gitee.io/farris-vue) to learn more about Farris UI Vue Components.

2. Guide to Run a Project Locally

2.1 Environment Check

Please execute the following command to check if yarn has been installed in the environment before running the project locally.

yarn -v

If you don't know the version information of yarn,please refer to install yarn.

2.2 Get the Source Code

To get the source code and install dependent components, you can do so by typing:

npm install lerna -g
git clone https://gitee.com/ubml/farris-vue.git
cd farris-vue
lerna bootstrap

2.3 Run Sample Site

Run the following commands:

cd packages/ui-vue
yarn run docs:dev

Open browser to review the sample page:http://localhost:5173/

sample page

2.4 Visit Sample Site

You can visit the sample site:

  1. Click「quick start」to learn how to install and use Farris UI Vue.
  2. Click「components」to experience component visual effects and interaction effects, and view the component API documentation simultaneously.

3. Guide to Use Farris UI Vue

3.1 Install @farris/ui-vue

npm install @farris/ui-vue
yarn add @farris/ui-vue

3.2 Import Farris UI Vue

Locate your main.ts document and import @farris/ui-vue into the Application.

import { createApp } from 'vue';
import App from './App.vue';
import Farris from '@farris/ui-vue';

createApp(App).use(Farris).mount('#app');

3.3 Use Farris UI Vue

Once imported, you can attempt to use Farris UI Vue components. Locate to the App.vue document and have a try!

<template>
    <f-button-edit></f-button-edit>
</template>

4. How to Be a Farris UI Vue Contributor

Contribute to Farris UI Vue. You can participate in the following contributions:

  • Develop Farris Vue Components with TypeScript + TSX + SystemJs + Rollup technologies
  • Contribute to the Farris UI Theme tool
  • Contribute to the Farris UI development documentation

If you decide to contribute to Farris UI Vue,you could start from reading our Contributor guide.

✨ Contributors

Thanks to the following Farris UI Vue contributors.

Open source license

Apache License 2.0

TypeScript
1
https://gitee.com/rikousei/farris-vue.git
git@gitee.com:rikousei/farris-vue.git
rikousei
farris-vue
farris-vue
master

搜索帮助