Ursula Major Event #1 Make a Blog
# 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
# run e2e tests
npm run e2e
# run all tests
npm test
- Created new firebase project
- Added firebase injection codes (js) in index.html
- Linked bootstrap 3 CDN path in index.html
- Created header.vue and added as app-header component in App.vue
- Created routes
- Created login page
- npm install vue-sweetalert --save
For detailed explanation on how things work, checkout the guide and docs for vue-loader.