- Node.js
- npm
Please make sure node and npm are latest version.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Copy all files in dist/ folder to asf-site branch.
.
├─ docs
│ ├─ README.md //Home
│ └─ .vuepress
│ │ └─ components //Global vue template
│ │ └─ dist //Build directory
│ │ └─ public //Store static files
│ │ └─ config.js //Configuration
│ └─ document //document
│ └─ download //download
│ └─ ...
└─ package.json