Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scoowy/opticut-spa
Frontend for OptiCut SPA
https://github.com/scoowy/opticut-spa
frontend html javascript personal-project university-project vue vuejs
Last synced: about 1 month ago
JSON representation
Frontend for OptiCut SPA
- Host: GitHub
- URL: https://github.com/scoowy/opticut-spa
- Owner: Scoowy
- Created: 2021-11-28T17:52:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T23:43:46.000Z (almost 3 years ago)
- Last Synced: 2023-07-04T19:32:40.553Z (over 1 year ago)
- Topics: frontend, html, javascript, personal-project, university-project, vue, vuejs
- Language: Vue
- Homepage:
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opticut-spa
## 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/).