Farris Vue, a Farris Design based Vue3 component library.
English | Simplified Chinese
Farris Design Priciples:
Visit our offical site(https://farris-design.gitee.io/farris-vue) to learn more about Farris UI Vue Components.
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.
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
Run the following commands:
cd packages/ui-vue
yarn run docs:dev
Open browser to review the sample page:http://localhost:5173/
。
You can visit the sample site:
npm install @farris/ui-vue
yarn add @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');
Once imported, you can attempt to use Farris Vue components. Locate to the App.vue
document and have a try!
<template>
<f-button-edit></f-button-edit>
</template>
Contribute to Farris Vue. You can participate in the following contributions:
TypeScript
+ TSX
+ SystemJs
+ Rollup
technologies to develop Farris Vue ComponentsIf you decide to contribute to Farris UI Vue,you could start from reading our Contributor guide.
Thanks to the following Farris Vue contributors.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。