Skip to content

Commit e0496ed

Browse files
committed
Copy button in readme
1 parent 5068d18 commit e0496ed

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

README.md

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ A simple portfolio starter theme built with Vue.js v3 and TailwindCSS v2. This i
1111
## Features
1212

1313
- Simple and responsive design
14-
- [Tailwind CSS v2](https://tailwindcss.com)
1514
- [Vue.js v3](https://vuejs.org) with [Vue Router](https://router.vuejs.org)
15+
- [Tailwind CSS v2](https://tailwindcss.com)
1616
- Theme Switcher with Dark Mode
1717
- Composition API
1818
- Vue transitions
@@ -22,14 +22,39 @@ A simple portfolio starter theme built with Vue.js v3 and TailwindCSS v2. This i
2222
- Vue.js smooth scroll
2323
- Dynamic forms
2424
- Back to top button
25+
- Download file button
2526

2627
## Installation
2728

28-
1. Make sure you have Node JS installed. If you don't have it: `npm install -g npm`
29-
1. Clone the repo: `git clone https://github.com/NangialaiStoman/vuejs-tailwindcss-portfolio.git`
30-
1. `cd vuejs-tailwindcss-portfolio`
31-
1. `npm install`
32-
1. `npm run serve` to start a local dev server at `http://localhost:8080`
29+
1. ##### Make sure you have Node JS installed. If you don't have it:
30+
31+
```
32+
npm install -g npm
33+
```
34+
35+
1. ##### Clone the repo:
36+
37+
```
38+
git clone https://github.com/NangialaiStoman/vuejs-tailwindcss-portfolio.git
39+
```
40+
41+
1. ##### Open the project folder:
42+
43+
```
44+
cd vuejs-tailwindcss-portfolio
45+
```
46+
47+
1. ##### Install packages and dependencies:
48+
49+
```
50+
npm install
51+
```
52+
53+
1. ##### Start a local dev server at `http://localhost:8080`:
54+
55+
```
56+
npm run serve
57+
```
3358

3459
## Notes
3560

0 commit comments

Comments
 (0)