Skip to content

sarpdorukaslan/vuejsblog

Repository files navigation

blog

Ursula Major Event #1 Make a Blog

Build Setup

# 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

Steps

  • 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.