https://github.com/lights0123/print-code
A tool for printing out code
https://github.com/lights0123/print-code
code-formatter highlightjs nuxt print print-code vue
Last synced: 3 months ago
JSON representation
A tool for printing out code
- Host: GitHub
- URL: https://github.com/lights0123/print-code
- Owner: lights0123
- License: mpl-2.0
- Created: 2019-06-22T15:11:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:53:07.000Z (over 2 years ago)
- Last Synced: 2024-04-15T01:28:38.847Z (about 1 year ago)
- Topics: code-formatter, highlightjs, nuxt, print, print-code, vue
- Language: TypeScript
- Homepage: https://print-code.lights0123.com/
- Size: 4.04 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# print-code
> Tool for printing out code
## Build Setup
``` bash
# install dependencies
yarn# serve with hot reload at localhost:3000
yarn run dev# generate static project
yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).