起始專案

功能清單


View 2 of Feature
8
Check
Item
Description
Type
1
Code Style 檢查
Eslint + prettier
VBA
2
多國語言
i18n-vue + Google Sheet 管理
VBA
3
vs code 設定
透過 .vscode/setting.json,讓開發者統一開發環境設定。
VBA
4
CI / CD
自動化測試、部屬、整合
建立 gitlab-ci.yml
VBA
5
路徑別名
在 vue.config.js 設定路徑別名,方便開發時找到絕對路徑。
VBA
6
開發模式
分為 Local、DEV、SIT、PROD 模式
在 package.json 建立 script
建立環境變數 .env.[mode]
VBA
7
NPM package
上架到 NPM,做成獨立插件
VBA
8
mock server
虛擬 API
支持 GraphQL
支持 REST Full
VBA
9
Ajax
Call API 用途
index.js 攔截器(可攔截一些已知狀態)
支持 GraphQL
支持 REST Full
統一寫到 api/[Name]-[Type]-provider.js
VBA
No results from filter
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.