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 |
---|---|
npm i firebase-tools
firebase init
npm install .
npm run dev
npm run build
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.