Unicoderns Interface Component Repository
-
To use this project you should use Unicoderns ui and Unicoderns ui Example.
-
Go and download the projects.
-
Place the two projects at the same root level. For example:
unicoderns/ui/
unicoderns/uiExample/
- This project is built with vue.js so make sure you have already installed vue on your machine.
Go to the project's root level and run the following command to install all the libraries required.
npm install
In order to run tests you should run the following command.
npm run test:unit
In order to run the end-to-end tests you should run the following command.
npm run test:e2e
In order to fix the sintax of your files run the following command.
npm run lint
In order to run the project run the following command.
npm run serve
Do you have a bug or a feature request? Please first check if the issue you found hasn´t been solved yet here. If you want to open a bug or request a new feature, please refer to our contributing guidelines and open your request here.
If you want to be part of this amazing project, please read through our contributing guidelines to know the process you should follow. The community will be glad to receive your contribution.
Stay in touch with all members of the community and get updates about Unicodern's development. Follow us on twitter.
Code and documentation Copyright 2018–2020 to Contributors and Unicoderns S.A. Code released under the MIT License.