Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zgunz42/code-gist
easy adn simple online code formatter
https://github.com/zgunz42/code-gist
composition-api vue vuex
Last synced: 11 days ago
JSON representation
easy adn simple online code formatter
- Host: GitHub
- URL: https://github.com/zgunz42/code-gist
- Owner: zgunz42
- Created: 2020-10-10T13:48:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T08:54:50.000Z (about 1 month ago)
- Last Synced: 2024-10-14T00:08:21.795Z (24 days ago)
- Topics: composition-api, vue, vuex
- Language: Vue
- Homepage: https://pedantic-agnesi-299a2b.netlify.app/
- Size: 400 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code-gist
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).