Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 503 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 503 Bytes

GateChain Documents

Welcome to GateChain's Documents! Please choose your language.

start

npm install

npm run dev

npm run build:base

npm run build

// .config.pre.js
// "build:docs": "export VUE_PRESS_BASE=deploy_docs &&  npm run build:shell"
// VUE_PRESS_BASE=deploy_docs

module.exports = {
	base: '/Users/tong/Desktop/work/docs-gatebridge/dist/',
	deploy_docs: '/Users/tong/Desktop/work/docs-gatebridge/docs_dist/docs',
}