https://github.com/mchalgarra/vue-typescript
Project to learn about Vue using TypeScript and Firebase
https://github.com/mchalgarra/vue-typescript
firebase html typescript vue vuejs vuex
Last synced: 3 months ago
JSON representation
Project to learn about Vue using TypeScript and Firebase
- Host: GitHub
- URL: https://github.com/mchalgarra/vue-typescript
- Owner: mchalgarra
- License: mit
- Created: 2021-08-10T17:06:55.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-08-11T22:08:46.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T01:16:49.431Z (over 1 year ago)
- Topics: firebase, html, typescript, vue, vuejs, vuex
- Language: TypeScript
- Homepage:
- Size: 1.62 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-typescript
## 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/).