bootstrap designer - CSDN

2020-12-26 CSDN技術社區

CoreUI Vue (CoreUI Vue)

This is Vue.js version of our Bootstrap 4 admin template CoreUI.

這是我們Bootstrap 4管理模板CoreUI的Vue.js版本。

Please help us on Product Hunt & Designer News. Thanks in advance!

請在產品搜尋和設計師新聞上幫助我們。 提前致謝!

Why I decided to create CoreUI? Please read this article: Jack of all trades, master of none. Why Boostrap Admin Templates suck.

為什麼我決定創建CoreUI? 請閱讀這篇文章:萬事通,無精打採。 為什麼Boostrap管理模板很爛。

CoreUI is an Open Source Vue & Bootstrap Admin Template. But CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, let’s just add that CoreUI consists bunch of unique features and over 1000 high quality icons.

CoreUI是一個開源Vue&Bootstrap管理模板。 但是CoreUI不僅僅是另一個管理模板。 得益於透明的代碼和文件結構,它遠遠超越了迄今為止的管理模板。 如果這還不夠,我們只需添加一下CoreUI就可以了,它包含許多獨特的功能和1000多個高質量的圖標。

CoreUI is based on Bootstrap 4 and offers 6 versions: HTML5 AJAX, HTML5 Static, AngularJS, Angular 2+, React.js & Vue.js.

CoreUI基於Bootstrap 4,並提供6個版本:HTML5 AJAX,HTML5靜態,AngularJS,Angular 2 +,React.js和Vue.js。

CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!

CoreUI旨在成為UX遊戲改變者。 純透明的代碼沒有多餘的組件,因此該應用程式足夠輕巧,可以提供最終的用戶體驗。 這也意味著行動裝置,其導航就像在臺式機或筆記本電腦上一樣簡單直觀。 CoreUI Layout API允許您針對幾乎任何設備(行動裝置,Web或WebApp)自定義項目,CoreUI涵蓋了所有設備!

安裝 (Installation)

克隆回購 (Clone repo)

# clone the repo$ git clone https://github.com/coreui/coreui-free-vue-admin-template.git CoreUI-Vue# go into app's directory$ cd CoreUI-Vue# install app's dependencies$ npm install

用法 (Usage)

# serve with hot reload at localhost:8080npm run serve# build for production with minificationnpm run build# run linternpm run lint# run unit testsnpm run test:unit# run e2e testsnpm run test:e2e

For a detailed explanation on how things work, check out the Vue CLI Guide.

有關工作原理的詳細說明,請參閱《 Vue CLI指南》 。

包含什麼 (What's included)

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

在下載中,您將找到以下目錄和文件:

CoreUI-Vue/├── public/              # pure static assets (directly copied)│   └── index.html           # index.html template├── src/                 # project root│   ├── assets/                 # module assets (processed by webpack)│   │   └── scss/               # user styles│   ├── components/             # ui components│   ├── containers/             # ui containers│   ├── router/                 # routing │   ├── shared/                 # utils│   ├── views/                  # ui views│   ├── _nav.js                 # sidebar nav config│   ├── App.vue                 # main app component│   └── main.js                 # app entry file├── test/│   └── unit/            # unit tests│   └── e2e/             # e2e tests├── .eslintrc.js         # eslint config├── .gitignore           # defaults for gitignore├── .postcssrc.js        # postcss config├── CHANGELOG.md├── README.md├── babel.config.js      # babel config├── jest.config.js       # jest config├── vue.config.js        # vue-cli config├── LICENSE└── package.json         # build scripts and dependencies

翻譯自: https://vuejsexamples.com/a-free-vue-admin-template-based-on-bootstrap-4/

相關焦點

  • bootstrap 用什麼布局專題及常見問題 - CSDN
    bootstrap學習之布局(柵格布局)今天自己在網上學習了BOOTSTRAP柵格系統,很有體會,希望將自己的學習心得寫寫下來供自己日後參考學習1.什麼是柵格布局?
  • Flask乾貨:Bootstrap的基本使用——Bootstrap簡介
    直接加載網絡上的CSSBootstrap的環境至少需要3個文件:bootstrap.min.css、jquery.min.js和bootstrap.min.js。這裡的bootstrap.min.css表示精簡版本,樣式不是很複雜。這3個文件可以本地引入,也可以直接加載網絡上的CSS文件。接下來我們先說如何直接加載網絡上的CSS。
  • 40 個超棒的免費 Bootstrap HTML5 網站模板
    This bootstrap theme is a single page, agency template.Spirit8 is bootstrap based HTML template suitable for digital and agency website. It is responsive, and user friendly theme. Coded by Jenn Pereira and Designed by Robert Berki.
  • 前端框架bootstrap4.4入門教程,使用方法實例響應式布局實戰
    bootstrap是我最喜歡的前端框架,沒有之一,當前的最新版本是bootstrap4.4.1,和之前的3.X版本相比較有較大的變化,不過都是屬於各種標籤的分離,方法還是一樣的,在網上各種教程雖多,但是對於入門還不是不夠,很多入門教程講得雲裡霧裡,看不懂到底在說些什麼。我覺得使用具體的實例來結合相關的標籤使用才能真正的加深理解。
  • html框架——bootstrap手動控制模態框隱藏和顯示
    在網頁開發過程中,我們經常會使用bootstrap這套由推特開源的前端框架。其中在業務的開發過程中,存在這樣的業務場景:點擊編輯按鈕,彈出模態框,然後在模態框中對信息進行編輯。bootstrap的模態框,如果設置的是默認點擊空白處自動關閉,不是自己通過JS進行控制時,驗證信息使用alert("XXXX"),點擊否,會直接關閉模態框,之前填寫的內容會清空,導致用戶體驗不好。那麼怎麼解決這個問題呢?
  • kuapingUI 2.0 版本發布,Bootstrap 4+ 大組件 UI 框架
    kuapingUI 2.0 版本發布,更新了基於bootstrap 4+的組件版本,增加了文本、巨幕、新聞、產品、聯繫、團隊、特徵等數幾十種常用
  • bootstrap4.4實現點擊小圖彈出大圖效果,再也不用js的方法了
    由於bootstrap沒有現成的插件可以直接使用,但是通過簡單的整理還是可以實現的,而且方法比較簡單,最終是效果如下。點擊小圖彈出大圖,點擊彈出的大圖變暗背景的任何地方彈出框會自動關閉,也點擊大圖右上角的關閉按鈕關閉,真實非常強大。
  • 開源SVG 圖標庫 Bootstrap Icons v1.0.0 穩定版發布
    安裝通過 npm 安裝:npmi bootstrap-icons或者從 GitHub 下載新版本,或僅下載 SVG 文件(不包含倉庫的其他文件)。.708l-6 6a.5.5 0 01-.708-.708L12.293 10 6.646 4.354a.5.5 0 010-.708z"/></svg>通過<img>元素引用<imgsrc="/assets/img/bootstrap.svg"alt
  • [Linux 底層]bootstrap移植裁剪及編譯
    bootstrap文件夾內容如下圖:在board/sama5d3_xplained目錄下,有官方的默認配置文件
  • 如何在SpringBoot項目中使用Bootstrap前端框架並設計表格
    下載Bootstrap,拷貝js和css文件5、打開index.html文件,引入bootstrap中的css和js文件引入bootstrap中的css和js文件6、重新啟動項目,訪問項目,結果瀏覽器控制臺出現了報錯
  • Python爬取CSDN 2020 博客之星實時數據排名
    打開 Google Chrome 的審查工具,可以找到一個 getUsers 的請求,請求地址為:https://bss.csdn.net/m/topic/blog_star2020/getUsers,請求方式為 POST,返回的是 JSON 格式的數據,裡面包含了每一位博主的相關信息。
  • Bootstrap Icons - bootstrap 專用的漂亮開源圖標庫,可以免費商用
    bootstrap icons 官網截圖特點Bootstrap 是一個凝聚了設計與html/css/js 極致追求的一個移動優先的UI框架,多年來被大量使用在移動+PC的項目上,組件非常優美大氣。
  • 前端框架 Bootstrap 5 Beta 1 發布
    JavaScript 改進和錯誤修復 通過 state 選項更新了具有 pseudo-classes 支持的實用程序 API更多詳情可查看:https://github.com/twbs/bootstrap
  • 9 tips to care for your designer clothes
    The following tips will help you care very well for your prized designer clothes.Although it is an admirable sight to open our closet doors to a spread of our best collection of designer clothes, materials such as knitted sweaters will cause delicate fibres to stretch over time if
  • 用Vue 和Bootstrap 4 來構建Web前端界面
    vue add bootstrap-vue這樣無需任何複雜設置就可以設置好一個以vue啟動的Bootstrap項目。清除示例默認情況下,Vue CLI為提供了一個示例HelloWorld應用程式。HelloWorld.vue:>src/components/App.vuerm src/components/HelloWorld.vue示例使用創建模版Bootstrap所有功能基本都可以在bootstrap-vue
  • coart designer club開幕 用CLUB理念營造全新社交圈層
    什麼是coart designer club?在藝術、設計,生活的匯集,跨界共生的理念推動之下,coart designer club應運而生!第二是是空間功能上的設想,coart designer club特別強化在EVENT上的推展,歡迎更多的設計,時尚與藝術的跨界活動來此駐足發聲。第三是強大的圈層力量,包含時尚,金融,傳媒,藝術及商業等資源,一直以來都是coart designer club所獨有的優勢,深信唯有跨界分享的組合,才能獲得更多不同領域的關注及更新鮮的話題。
  • Fashion Designer Leads Oriental Beauty onto World Stage
    Xiong Ying, founder and art director of fashion brand Heaven Gaia, is the first Chinese fashion designer to be featured in Show Details, the top Italian fashion magazine.
  • Pepakura Designer(製作3D紙藝) 分享
    Pepakura Designer安裝教程www.downkuai.com/soft/123986.html1、下載解壓,可得到pepakura designer原程序和註冊密匙。2、雙擊安裝,點擊下一步
  • 新品來襲coart designer club 跨界機車背包
    這款由胡軍潘怡良共同設計的多功能包,是可後背、可側背、可手拿的三用型背包,面料使用厚實的油蠟布、立挺不松垮,並可輕微防潑水、防溼、防潮,經過一定時間,油蠟的色澤會更美,內襯使用復古的純棉棉布,手感的粗曠感,更有早期軍包的氛圍,背包總共使用5條粗型的8號拉鏈,讓收納拿取更自如,皮件部分皆使用頭層牛皮,並在每個拉鏈上附上皮繩裝飾,至於背帶皆為可拆式,方便拆卸,輕鬆改變外型,讓潮流與功能兼備的coart designer