https://github.com/planetoftheweb/vue-spas
This is the repository for my course on building Single Page Applications with Vue.js and Firebase.
https://github.com/planetoftheweb/vue-spas
Last synced: 11 months ago
JSON representation
This is the repository for my course on building Single Page Applications with Vue.js and Firebase.
- Host: GitHub
- URL: https://github.com/planetoftheweb/vue-spas
- Owner: planetoftheweb
- Created: 2019-07-28T22:52:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T15:55:58.000Z (over 3 years ago)
- Last Synced: 2025-04-19T19:36:02.889Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 8.9 MB
- Stars: 42
- Watchers: 1
- Forks: 42
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-spas
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).