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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:58:04.000Z (over 2 years ago)
- Last Synced: 2025-01-16T02:22:18.768Z (5 months ago)
- Language: Vue
- Size: 3.44 MB
- Stars: 0
- Watchers: 1
- 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/).