Vueroはテーマではなく、フレームワークではなく、ハイブリッドデザインシステムです。VueroはHuroのVueポートであるだけでなく、まったく新しいVue 3 CompositionAPIを使用して完全に書き直されています。これは、アプリケーションの構築を簡単に開始するための準備ができたページと、特定のニーズに合わせて新しいページを作成するのに役立つ一連の追加要素を提供します。ダッシュボード、フォーム、レイアウト、プロファイル、アプリ、要素、コンポーネントなど、開始する必要のあるものはすべてそこにあります。ただし、VueroはWordPressテーマではないことに注意してください。
Vue3で構築
Vue(ビューのように/vjuː/と発音)は、ユーザーインターフェイスを構築するためのプログレッシブフレームワークです。他のモノリシックフレームワークとは異なり、Vueは段階的に採用できるようにゼロから設計されています。
Vite Powered
VueroはViteを搭載しています。Viteは、開発中にネイティブESモジュールのインポートを介してコードを提供し、本番用にRollupにバンドルする、独創的なWeb開発ビルドツールです。Viteは、超高速のコールドサーバー起動、インスタントホットモジュール交換(HMR)、および真のオンデマンドコンパイルを備えています。
Bulmaフレームワーク
Bootstrapのデザインやコードとは異なるものを試したい場合は、これが最適な代替手段です。Bulmaは、Flexboxに基づく軽量で使いやすいcssフレームワークです。モバイルファーストグリッドは、非常に柔軟性があり、モバイルデバイスに最適であることが証明されています。その上、ネイティブで利用可能なレスポンシブモディファイアとミックスインがたくさんあります。
テーマ機能
Vueroスタイルは、単一の縮小されたcssコアファイルに出力されるScssで記述されます。既存の色を簡単に使用したり、ブランドに非常にすばやく適した新しいテーマを最初から作成したりできます。
モジュラーコア
Vuero Scssソースファイルの構造は、モジュラーパターンに従います。コードの保守性を向上させるために、すべてがすでにスライスされています。さらに、Vueroをビルドする前に、Bulmaソースファイルと変数をカスタマイズできます。
見栄えの良いスターター
Vueroには230のデモページがあります。完全な管理/ウェブアプリUIに同梱されており、お気に入りのプラットフォームまたは完全にカスタムのプロジェクトで使用できます。
レスポンシブデザイン
VueroはFlexboxをベースにしており、モバイルやタブレットにネイティブに適合します。Vueroは非常に反応が良いです。
テンプレート機能
NOTE: Please note that photos are not included in the main download files.
Documentation
Fonts
Images
Illustrations
Changelog
----------------------------------------------------------------------------------------- Version 1.2.0 - Jun 21, 2021 ----------------------------------------------------------------------------------------- feat: add maps pages with mapbox (0bb8c25) feat: extract messaging layout (de96804) feat: simplify minimal layout (a16cb70) feat: simplify navbar layout (c24eec2) feat: simplify sidebar layout (cc5f665) feat(v-placeload): add components and layouts (3aa90c0) feat(v-avatar): add pictureDark props and add slots to customize avatars (9bd1516) feat(v-button): add icon caret on and expose methods on v-dropdown (8963df9) chore: update vue to 3.1 and bulma to 0.9.3 (243afe81) chore: add internal sonarqube config (e9e78f3) chore: reduce code smells and bugs (sonarqube) (166f44d) chore: update dependencies (58c8471) chore: update linters dependencies (c2be764) chore(cypress): add ability to tests url with query arguments (3d97b27) refactor: navbar layout and mobile navigation components (29689f3) refactor: sidebar layout (062bd59) refactor: useDropdown + improve accessibility (376f228) refactor: useMarkdownToc + improve tables accessibility (e0a0585) refactor: extract page title to layouts (abb2b4c) refactor: merge layout switcher + screenshot generation (53bba1f) refactor(v-dropdown): use components on partials (9c862ae) fix: add missing ref on wizard upload (0d199b6) fix: path aliases on windows (64af8c5) fix: remove overflow to allow sticky elements (close #76) (7994087), closes #76 ----------------------------------------------------------------------------------------- Version 1.1.0 - Apr 22, 2021 ----------------------------------------------------------------------------------------- - chore: add comments on main files + update deps - chore: extract navbar templates - chore: extract sidebar templates - chore: move demo files and update deps - chore: update deps, remove top nodes comments - chore: update envato release process - chore: update major deps - chore: update minor deps - chore: update router and i18n comments + update deps packages - feat: add forms component and refactored documentation - feat: implement form stepper and marketing pages - feat: import changes from huro - feat: update dropdown navbar items + add npm and yarn lock files - feat(v-accordionimage): emit select event and remove id field from items - feat(v-buttons): add v-buttons wrapper component - feat(v-field): add label and horizontal props - feat(v-field): add multiline props - feat(v-snack): merge v-snackimage and v-snackicon components - feat(v-tabs): add v-tabs component - feat(v-tags): add v-tags wrapper components - dx: add generated CHANGELOG.md file - dx: improve state comments and remove dead code - dx: improve templates and main files comments + fix minor integration bugs - dx: update CHANGELOG.md - workflow: update deps - ci: add macos/ubuntu/windows test runner with github actions - ci: fix github release workflow - fix: disable layout switcher when not in dynamic layout pages - fix: PropType import type - fix(v-breadcrumb): non clickable element hover effect --fix(v-icon):アイコンの変更を処理するためのキーを追加します -ライブデモを更新しました