1 Star 0 Fork 0

liuyi6666 / vue-argon-design-system

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Vue Argon Design System

Product Gif

Start your development with a Design System for Bootstrap 4. It is open source, free and it features many components that can help you create amazing websites.

Fully Coded Components

Vue Argon Design System is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files.

You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Design System is coming with prebuilt examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.

Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.

Complex Documentation

Each element is well presented in a very complex documentation. You can read more about the idea behind this design system here. You can check the components here and the foundation here.

Example Pages

If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.

Table of Contents

Demo

View More

Quick start

Documentation

The documentation for the Vue Argon Design System is hosted at our website.

File Structure

Within the download you’ll find the following directories and files:

argon/
|-- vue-argon-design-system
    |-- App.vue
    |-- main.js
    |-- router.js
    |-- assets
    |   |-- scss
    |   |   |-- argon.scss
    |   |   |-- bootstrap
    |   |   |-- custom
    |   |-- vendor
    |       |-- font-awesome
    |       |   |-- css
    |       |   |   |-- font-awesome.css
    |       |   |   |-- font-awesome.min.css
    |       |   |-- fonts
    |       |       |-- FontAwesome.otf
    |       |       |-- fontawesome-webfont.eot
    |       |       |-- fontawesome-webfont.svg
    |       |       |-- fontawesome-webfont.ttf
    |       |       |-- fontawesome-webfont.woff
    |       |       |-- fontawesome-webfont.woff2
    |       |-- nucleo
    |           |-- css
    |           |   |-- nucleo-svg.css
    |           |   |-- nucleo.css
    |           |-- fonts
    |               |-- nucleo-icons.eot
    |               |-- nucleo-icons.svg
    |               |-- nucleo-icons.ttf
    |               |-- nucleo-icons.woff
    |               |-- nucleo-icons.woff2
    |-- components
    |   |-- Badge.vue
    |   |-- BaseButton.vue
    |   |-- BaseCheckbox.vue
    |   |-- BaseInput.vue
    |   |-- BaseNav.vue
    |   |-- BaseRadio.vue
    |   |-- BaseSlider.vue
    |   |-- BaseSwitch.vue
    |   |-- Card.vue
    |   |-- CloseButton.vue
    |   |-- Icon.vue
    |   |-- NavbarToggleButton.vue
    |-- layout
    |   |-- AppFooter.vue
    |   |-- AppHeader.vue
    |-- plugins
    |   |-- argon-kit.js
    |   |-- globalComponents.js
    |   |-- globalDirectives.js
    |-- views
        |-- Components.vue
        |-- Landing.vue
        |-- Login.vue
        |-- Profile.vue
        |-- Register.vue
        |-- components
            |-- BasicElements.vue
            |-- Carousel.vue
            |-- CustomControls.vue
            |-- DownloadSection.vue
            |-- Examples.vue
            |-- Hero.vue
            |-- Icons.vue
            |-- Inputs.vue
            |-- JavascriptComponents.vue
            |-- Navigation.vue

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker for the Vue Argon Design System. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Vue Argon Design System. Check the CHANGELOG from your copy on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing

  • Copyright © 2018 Creative Tim (https://www.creative-tim.com)

  • Licensed under MIT (https://github.com/creativetimofficial/vue-argon-design-system/blob/master/LICENSE.md)

Useful Links

Social Media

<h1 id="argon-design-system"><a href="https://www.creative-tim.com/product/vue-argon-design-system">Vue Argon Design System</a></h1> <p><img src="https://s3.amazonaws.com/creativetim_bucket/products/92/original/opt_argon_vue_thumbnail.jpg?1534236902" alt="Product Gif" /></p> <p>Start your development with a Design System for Bootstrap 4. It is open source, free and it features many components that can help you create amazing websites.</p> <h4 id="fully-coded-components">Fully Coded Components</h4> <p>Vue Argon Design System is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files.</p> <p>You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Design System is coming with prebuilt examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.</p> <p>Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.</p> <h4 id="complex-documentation">Complex Documentation</h4> <p>Each element is well presented in a very complex documentation. You can read more about the idea behind this design system here. You can check the components here and the foundation here.</p> <h4 id="example-pages">Example Pages</h4> <p>If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.</p> <h2 id="table-of-contents">Table of Contents</h2> <ul> <li><a href="#demo">Demo</a></li> <li><a href="#quick-start">Quick Start</a></li> <li><a href="#documentation">Documentation</a></li> <li><a href="#file-structure">File Structure</a></li> <li><a href="#browser-support">Browser Support</a></li> <li><a href="#resources">Resources</a></li> <li><a href="#reporting-issues">Reporting Issues</a></li> <li><a href="#technical-support-or-questions">Technical Support or Questions</a></li> <li><a href="#licensing">Licensing</a></li> <li><a href="#useful-links">Useful Links</a></li> </ul> <h2 id="demo">Demo</h2> <ul> <li><a href="https://demos.creative-tim.com/vue-argon-design-system">Index Page</a></li> <li><a href="https://demos.creative-tim.com/vue-argon-design-system/#/landing">Landing page</a></li> <li><a href="https://demos.creative-tim.com/vue-argon-design-system/#/profile">Profile Page</a></li> <li><a href="https://demos.creative-tim.com/vue-argon-design-system/#/login">Login Page</a></li> <li><a href="https://demos.creative-tim.com/vue-argon-design-system/#/register">Register Page</a></li> </ul> <p><a href="https://demos.creative-tim.com/argon-design-system">View More</a></p> <h2 id="quick-start">Quick start</h2> <ul> <li><a href="https://github.com/creativetimofficial/vue-argon-design-system/archive/master.zip">Download from Github</a>.</li> <li><a href="https://www.creative-tim.com/product/vue-argon-design-system">Download from Creative Tim</a>.</li> <li>Clone the repo: <code class="highlighter-rouge">git clone https://github.com/creativetimofficial/vue-argon-design-system.git</code>.</li> </ul> <h2 id="documentation">Documentation</h2> <p>The documentation for the Vue Argon Design System is hosted at our <a href="https://demos.creative-tim.com/vue-argon-design-system">website</a>.</p> <h2 id="file-structure">File Structure</h2> <p>Within the download you’ll find the following directories and files:</p> <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>argon/ |-- vue-argon-design-system |-- App.vue |-- main.js |-- router.js |-- assets | |-- scss | | |-- argon.scss | | |-- bootstrap | | |-- custom | |-- vendor | |-- font-awesome | | |-- css | | | |-- font-awesome.css | | | |-- font-awesome.min.css | | |-- fonts | | |-- FontAwesome.otf | | |-- fontawesome-webfont.eot | | |-- fontawesome-webfont.svg | | |-- fontawesome-webfont.ttf | | |-- fontawesome-webfont.woff | | |-- fontawesome-webfont.woff2 | |-- nucleo | |-- css | | |-- nucleo-svg.css | | |-- nucleo.css | |-- fonts | |-- nucleo-icons.eot | |-- nucleo-icons.svg | |-- nucleo-icons.ttf | |-- nucleo-icons.woff | |-- nucleo-icons.woff2 |-- components | |-- Badge.vue | |-- BaseButton.vue | |-- BaseCheckbox.vue | |-- BaseInput.vue | |-- BaseNav.vue | |-- BaseRadio.vue | |-- BaseSlider.vue | |-- BaseSwitch.vue | |-- Card.vue | |-- CloseButton.vue | |-- Icon.vue | |-- NavbarToggleButton.vue |-- layout | |-- AppFooter.vue | |-- AppHeader.vue |-- plugins | |-- argon-kit.js | |-- globalComponents.js | |-- globalDirectives.js |-- views |-- Components.vue |-- Landing.vue |-- Login.vue |-- Profile.vue |-- Register.vue |-- components |-- BasicElements.vue |-- Carousel.vue |-- CustomControls.vue |-- DownloadSection.vue |-- Examples.vue |-- Hero.vue |-- Icons.vue |-- Inputs.vue |-- JavascriptComponents.vue |-- Navigation.vue </code></pre></div></div> <h2 id="browser-support">Browser Support</h2> <p>At present, we officially aim to support the last two versions of the following browsers:</p> <p><img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/chrome.png" width="64" height="64" /> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/firefox.png" width="64" height="64" /> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/edge.png" width="64" height="64" /> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/safari.png" width="64" height="64" /> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/opera.png" width="64" height="64" /></p> <h2 id="resources">Resources</h2> <ul> <li>Demo: <a href="https://demos.creative-tim.com/argon-design-system">https://demos.creative-tim.com/vue-argon-design-system</a></li> <li>Download: <a href="https://www.creative-tim.com/product/vue-argon-design-system">https://www.creative-tim.com/product/vue-argon-design-system</a></li> <li>License Agreement: <a href="https://www.creative-tim.com/license">https://www.creative-tim.com/license</a></li> <li>Support: <a href="https://www.creative-tim.com/contact-us">https://www.creative-tim.com/contact-us</a></li> <li>Issues: <a href="https://github.com/creativetimofficial/vue-argon-design-system/issues">Github Issues Page</a></li> </ul> <h2 id="reporting-issues">Reporting Issues</h2> <p>We use GitHub Issues as the official bug tracker for the Vue Argon Design System. Here are some advices for our users that want to report an issue:</p> <ol> <li>Make sure that you are using the latest version of the Vue Argon Design System. Check the CHANGELOG from your copy on our <a href="https://www.creative-tim.com">website</a>.</li> <li>Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.</li> <li>Some issues may be browser specific, so specifying in what browser you encountered the issue might help.</li> </ol> <h2 id="technical-support-or-questions">Technical Support or Questions</h2> <p>If you have questions or need help integrating the product please <a href="https://www.creative-tim.com/contact-us">contact us</a> instead of opening an issue.</p> <h2 id="licensing">Licensing</h2> <ul> <li> <p>Copyright © 2018 Creative Tim (https://www.creative-tim.com)</p> </li> <li> <p>Licensed under MIT (https://github.com/creativetimofficial/vue-argon-design-system/blob/master/LICENSE.md)</p> </li> </ul> <h2 id="useful-links">Useful Links</h2> <ul> <li><a href="https://www.creative-tim.com/bootstrap-themes">More products</a> from Creative Tim</li> <li><a href="https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w">Tutorials</a></li> <li><a href="https://www.creative-tim.com/bootstrap-themes/free">Freebies</a> from Creative Tim</li> <li><a href="https://www.creative-tim.com/affiliates/new">Affiliate Program</a> (earn money)</li> </ul> <h2 id="social-media">Social Media</h2> <ul> <li>Twitter: <a href="https://twitter.com/CreativeTim">https://twitter.com/CreativeTim</a></li> <li>Facebook: <a href="https://www.facebook.com/CreativeTim">https://www.facebook.com/CreativeTim</a></li> <li>Dribbble: <a href="https://dribbble.com/creativetim">https://dribbble.com/creativetim</a></li> <li>Google+: <a href="https://plus.google.com/+CreativetimPage">https://plus.google.com/+CreativetimPage</a></li> <li>Instagram: <a href="https://www.instagram.com/CreativeTimOfficial">https://www.instagram.com/CreativeTimOfficial</a></li> </ul>

简介

暂无描述 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuyi6666/vue-argon-design-system.git
git@gitee.com:liuyi6666/vue-argon-design-system.git
liuyi6666
vue-argon-design-system
vue-argon-design-system
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891