https://github.com/scyth3-c/vue-conponents
vue conponents here is knock-notes, the other repository is gone.
https://github.com/scyth3-c/vue-conponents
Last synced: about 2 months ago
JSON representation
vue conponents here is knock-notes, the other repository is gone.
- Host: GitHub
- URL: https://github.com/scyth3-c/vue-conponents
- Owner: scyth3-c
- Created: 2021-12-05T01:02:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T01:16:54.000Z (over 3 years ago)
- Last Synced: 2025-03-10T06:35:03.438Z (2 months ago)
- Language: Vue
- Homepage:
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue components
## rewritten knock-notes
[**HEROKU PROJECT**](https://knocknotes.herokuapp.com/)
[**API REST TYPESCRIPT**](https://knock-api-ts.herokuapp.com/)
[**API source code**](https://github.com/scyth3-c/API-TS-NODEJS)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).