Skip to content

moscowpilot/ui-component-library

 
 

Repository files navigation

Acronis UI Component Library

The Acronis UI Component Library is meant to be used in Web applications and Web-based Desktop applications and is based on Vue.js v3

Developer notes

Windows host notes

Type the following commands to avoid the 'end of line' issues:

git config core.eol lf
git config core.autocrlf input
git clone ...

Environment setup

# install dependencies
npm install

Run in development

npm run docs:dev

Build for production

npm run vite:build

Browser support

All modern browsers

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 39.7%
  • JavaScript 31.2%
  • SCSS 23.2%
  • CSS 5.5%
  • TypeScript 0.4%