Skip to content

Commit 0934eb2

Browse files
committed
MD file setup
1 parent 761c48a commit 0934eb2

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

README.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
1-
# Clean Vue.js & TailwindCSS Portfolio Template
1+
# Vuejs & TailwindCSS Portfolio - With Dark Mode
22

3-
## Project setup
3+
A simple portfolio starter theme built on the top of Vue.js V3 and TailwindCSS V2
44

5-
```
6-
npm install
7-
```
5+
## Demo URL
86

9-
### Compiles and hot-reloads for development
7+
[https://vuejs-tailwindcss-portfolio.netlify.com](https://vuejs-tailwindcss-portfolio.netlify.com)
108

11-
```
12-
npm run serve
13-
```
9+
## Features
1410

15-
### Compiles and minifies for production
11+
- Simple and responsive design
12+
- [Tailwind CSS v2](https://tailwindcss.com) (with PurgeCSS)
13+
- [Vue.js v3](https://vuejs.org) with [Vue Router](https://router.vuejs.org)
14+
- Theme Switcher with Dark Mode
15+
- Smoth Scroll
16+
- Projects Carousel
1617

17-
```
18-
npm run build
19-
```
18+
## Installation
2019

21-
### Lints and fixes files
20+
1. Make sure you have Node JS installed. If you don't have it: `npm install --global @gridsome/cli`
21+
1. Make sure you have Vue CLI installed. If you don't have it: `npm install --global @gridsome/cli`
22+
1. Clone the repo: `git clone https://github.com/NangialaiStoman/vuejs-tailwindcss-portfolio.git`
23+
1. `cd vuejs-tailwindcss-portfolio`
24+
1. `npm install`
25+
1. `npm run serve` to start a local dev server at `http://localhost:8080`
2226

23-
```
24-
npm run lint
25-
```
27+
## Notes
2628

27-
### Customize configuration
28-
29-
See [Configuration Reference](https://cli.vuejs.org/config/).
29+
- The dark mode is highly inspired by [Gridsome Portfolio Starter by Andre Madarang](https://github.com/drehimself/gridsome-portfolio-starter). Since the project is based on Gridsome, I wanted to create a pure Vue.js and TailwindCSS version of it
30+
- Check out a [screencast I did](https://www.youtube.com/) where I go through the process of building this portfolio (Coming Soon).
31+
- Illustrations from [unDraw](https://undraw.co)

0 commit comments

Comments
 (0)