Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-08-11T22:08:46.000Z (over 3 years ago)
- Last Synced: 2024-12-07T02:23:56.226Z (2 months 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/).