@weni/unnnic-system
v2.16.0
Published
<img src="https://github.com/Ilhasoft/weni-webapp/raw/main/src/assets/LogoWeniAnimada.svg" height="20" />
Downloads
3,476
Keywords
Readme
Unnnic
This project is the design system of Weni
Requirements
Before install the lib, make sure you have installed the following tools on your machine:
- Node.js 20
- NPM or Yarn (recommended)
Set up at projects with Vue 3
- Install unnnic in your project
yarn add @weni/unnnic-system
- Configuration in main.js
import Unnnic from "@weni/unnnic-system";
import "@weni/unnnic-system/dist/style.css";
const app = createApp(App);
app.use(Unnnic);
- Configuration in vite.config.js
css: {
preprocessorOptions: {
scss: {
additionalData: `
@import '@weni/unnnic-system/src/assets/scss/unnnic.scss';
`,
},
},
},
Open-Source Governance
The Weni Platform open source projects are governed by @weni-ai. Weni opens all its software parts under terms of an open-source license to reach potential users and partners mainly. Secondly, Weni wants to reach developers by building a community for some pieces that are more reusable in other businesses or software projects, such as NLP models or tools. Besides that, the openness of our software is also related to building trust by enabling our external stakeholders to audit the security of our software.
Community
- Join our community chat to discuss with our internal team
- Join #dev for help from the community to development issues
Contributing
We are looking for collaboration from the Open Source community! There's so much we want to do, including but not limited to: enhancing existing applications with new features, optimizing the NLP tasks and algorithms involved that boost accuracy, new communication channels and integrations.
Please read our contribution guidelines for details on what and how you can contribute.
Report a bug by using this guideline for details on what and how you can contribute.