No description
- Vue 49.1%
- JavaScript 34%
- TypeScript 16.5%
- Dockerfile 0.2%
- Shell 0.2%
| .vitepress | ||
| components | ||
| docs | ||
| javascript | ||
| stores | ||
| .gitignore | ||
| CODE_OF_CONDUCT.md | ||
| docker-build.sh | ||
| docker-compose.yml | ||
| docker-start.sh | ||
| Dockerfile | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
abcjs-docs
Documentation for the abcjs library
This describes the javascript library hosted at abcjs
Contributions to this documentation or comments about anything that is confusing are welcome.
developing
The first time, build the docker container:
./docker-build.sh
Start the container:
./docker-start.sh
And start the dev server:
npm run dev
deploying
First build the current version:
npm run build
Then go to Netlify and find the project and drag the .vitepress/dist folder onto it.