Skip to content

Portfolio layout - The first version of greenslash.dev built with Vue3 and hosted with firebase

License

Notifications You must be signed in to change notification settings

Greenvahn/greenslash

Repository files navigation

logo

greenslash.dev

The first version of greenslash.dev built with Vue3 and hosted with firebase

build

demo



A personal portfolio site

I like to keep my projects as open source but as you probably know all these projects takes a huge part of my free time. I'm more than glad for sharing things but if you're thinking about to fork this repository to use it in one of your projects, please, **attach an attribution** - it's free, it does not take you any effort and is the best way of buliding a great community!

TL;DR

You can fork/use this repo for your projects. Please attribute some credit by linking to greenslash.dev or just mentioning this repository. Thanks!


📌 - Getting ready

This project uses:

🔧- Setup

Using yarn as example but you can use npm.

1 - Install dependecies

$ yarn install

2 - Start development server

$ yarn start

🏗️ - Build for production

Creates static build for production.

$ yarn build

🛰️- Deployment to Firebase ( optional )

NOTE: You will need an account on firebase ( it's free to create one ).

1 - Initialize firebase project

$ firebase init
  • Select to create a project or use an existing project
  • Type in the public directory to be “build”
  • Allow to rewrite all URLs to index.html

2 - Deployment

$ yarn deploy

Other scripts available

Once the project has been installed, the following scripts to use:

lint - analize/formats source code

$ yarn lint



Vue CLI - configuration

See Configuration Reference.

License

You can check out the full license here.

This project is licensed under the terms of the MIT license.

About

Portfolio layout - The first version of greenslash.dev built with Vue3 and hosted with firebase

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published