Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kholid060/snapcode
Snippet code manager
https://github.com/Kholid060/snapcode
hacktoberfest snippet snippet-manager vue vuejs
Last synced: 7 days ago
JSON representation
Snippet code manager
- Host: GitHub
- URL: https://github.com/Kholid060/snapcode
- Owner: Kholid060
- License: mit
- Archived: true
- Created: 2020-05-03T23:21:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T03:00:25.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:12:47.602Z (3 months ago)
- Topics: hacktoberfest, snippet, snippet-manager, vue, vuejs
- Language: Vue
- Homepage: https://snapcode.vercel.app/
- Size: 1.91 MB
- Stars: 311
- Watchers: 5
- Forks: 57
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![image](./public/image.png)
# Snapcode
Code Snippets Manager## Demo
[Demo](https://snapcode.now.sh/)## Features
- Manage your snippet
- Backup snippets to the cloud
- Shareable snippet## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn dev
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).