https://github.com/bitfumes/deno-vuejs
https://github.com/bitfumes/deno-vuejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitfumes/deno-vuejs
- Owner: bitfumes
- Created: 2020-05-25T14:59:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:58:04.000Z (over 3 years ago)
- Last Synced: 2025-10-10T07:17:50.446Z (8 months ago)
- Language: Vue
- Size: 3.44 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno-vue
## 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/).