A Quick and easy starting template for a vue blog or portfolio on firebase.
Live demo
·
Blog post
·
Getting Started
Mobile | Desktop | Tablet |
---|---|---|
![]() |
![]() |
![]() |
Cards | Nested views |
---|---|
![]() |
![]() |
Nested view - dark | About - dark |
---|---|
![]() |
![]() |
- Install firebase-tools
npm i firebase-tools
- Create an app on firebase
- Initialise the firebase plugin
firebase init
- Install the dependencies
npm install .
- Start the app
npm run dev
- Build the project
npm run build
- Deploy to firebase
firebase deploy
To take the site off line, run
firebase hosting:disable
To bring it back up, run
firebase hosting:enable
This is not an example of best practices, It is just a starting template. If you want to use this starter, please refer to the documentation of the respective frameworks to improve it.