JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Bootstrap Vue Admin
起始專案
[VBA 1] Home
[VBA 2] Dashboard
[VBA 3] Account Management
[VBA 4] System Management
[VBA 6] Album Management
[VBA 5] Components
[VBA 7] Mock Server
[VBA 8] CI / CD
[VBA 9] Error page
[VBA 10] Layout
[VBA 11] Package
[DB]
More
Share
Explore
[DB]
Type
Todo
Todo
Check
Item
Description
Type
Check
Item
Description
Type
Code Style 檢查
Eslint + prettier
VBA
多國語言
i18n-vue + Google Sheet 管理
VBA
vs code 設定
透過 .vscode/setting.json,讓開發者統一開發環境設定。
VBA
CI / CD
自動化測試、部屬、整合
建立 gitlab-ci.yml
VBA
路徑別名
在 vue.config.js 設定路徑別名,方便開發時找到絕對路徑。
VBA
開發模式
分為 Local、DEV、SIT、PROD 模式
在 package.json 建立 script
建立環境變數 .env.[mode]
VBA
NPM package
上架到 NPM,做成獨立插件
VBA
mock server
虛擬 API
支持 GraphQL
支持 REST Full
VBA
Ajax
Call API 用途
index.js 攔截器(可攔截一些已知狀態)
支持 GraphQL
支持 REST Full
統一寫到 api/[Name]-[Type]-provider.js
VBA
可設定背景
background-image / background-color
VBA 1.1
可設定標題: Logo 或 Text
VBA 1.1
忘記密碼連結
先複製 Sign in,改標題,之後再改介面
VBA 1.1
註冊連結
先複製 Sign in,改標題,之後再改介面
VBA 1.1
帳號、密碼 icon
Bootstrap 有 Icon 可以用
VBA 1.1
多國語言
VBA 1.1
Sign in 的 CardBox 垂直/水平置中
VBA 1.1
使用 Bootstrap Form 建立表單
參考
Bootstrap-vue Forms
VBA 1.1
有 Validate 功能
參考
Bootstrap forms Validation
參考
Bootstrap-vue Forms
【Rule 寫在 _global 的 utils/rules.js】
(常用的 validaion 看能不能集中管理)
submit 之後才檢查
帳號密碼錯誤
帳號密碼不可為空
VBA 1.1
有 PlaceHolder 提示
帳號: Username
密碼: Password
VBA 1.1
登入成功
登入成功直接跳轉到後台首頁
VBA 1.1
FormSetting
透過設定檔建立 Form Items
VBA 5.5
Validator
資料驗證提示
資料驗證成功和失敗狀態
錯誤提示改成浮動特效
Provider / Inject
VBA 5.5
Submit
VBA 5.5
Reset
還原 default 值
VBA 5.5
Checkbox
VBA 5.5
Switch
VBA 5.5
Input
VBA 5.5
InputNumber
VBA 5.5
Textarea
VBA 5.5
Radio button
VBA 5.5
DatePicker
VBA 5.5
TimePicker
VBA 5.5
Upload
VBA 5.5
Rating
VBA 5.5
Select
VBA 5.5
Spinbutton
VBA 5.5
Tag
VBA 5.5
Modal switch
VBA 5.9
Header
Type: [String, Component]
VBA 5.9
Body
Type: [String, Object, Component]
VBA 5.9
Footer
Button: [Confirm, Cancel, Other Button]
Button callback support
Type: [Array, Component]
VBA 5.9
Modal function support
Vue.Prototype.$modal
VBA 5.9
Mask switch
VBA 5.9
gitlab-ci.yml basic
autoDevop to gitlab pages
VBA 8.1
automatic deployment to server
VBA 8.1
gilab-ci run dockerfile
build image and tag
copy nginx.conf
VBA 8.1
docker run project and connect with server port
VBA 8.1
Auto DevOps
VBA 8.1
survey GitLab CI tag 優化
Tag 簡化: 結合 PROD、SIT、DEV
Docker image 簡化: 用一隻 image run 出不同環境 。
VBA 8.1
Title
[Text, Image]
VBA 10.2
Nav
兩層目錄
動畫
VBA 10.2
RWD Nav
Hamburger
Drop menu
VBA 10.2
Footer
version
VBA 10.2
收合開關
VBA 10.2
Copyright
VBA 10.4
Style
VBA 10.4
封裝 package
使用 yarn build:lib,打包 UI Library
VBA 11
用 Vue.use 插入所有組件
VBA 11
按需加載所有組件
VBA 11
載入 css
包含 BootstrapVue 和 Bootstrap 的 css
VBA 11
上架到 NPM
建立組織
VBA 11
撰寫 Readme
VBA 11
There are no rows in this table
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
Ctrl
P
) instead.