https://github.com/adhavalboy/webdevelopment-resources
Simple App Build with Vue.js
https://github.com/adhavalboy/webdevelopment-resources
firebase vuejs
Last synced: 3 months ago
JSON representation
Simple App Build with Vue.js
- Host: GitHub
- URL: https://github.com/adhavalboy/webdevelopment-resources
- Owner: adhavalboy
- Created: 2018-06-28T16:10:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:05:15.000Z (over 3 years ago)
- Last Synced: 2025-08-04T05:03:16.121Z (11 months ago)
- Topics: firebase, vuejs
- Language: JavaScript
- Homepage: https://weblist12.firebaseapp.com
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# weblist
> first vue
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).