Skip to content

gatechain/gatechain-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
}