File tree Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ A simple portfolio starter theme built with Vue.js v3 and TailwindCSS v2. This i
11
11
## Features
12
12
13
13
- Simple and responsive design
14
- - [ Tailwind CSS v2] ( https://tailwindcss.com )
15
14
- [ Vue.js v3] ( https://vuejs.org ) with [ Vue Router] ( https://router.vuejs.org )
15
+ - [ Tailwind CSS v2] ( https://tailwindcss.com )
16
16
- Theme Switcher with Dark Mode
17
17
- Composition API
18
18
- Vue transitions
@@ -22,14 +22,39 @@ A simple portfolio starter theme built with Vue.js v3 and TailwindCSS v2. This i
22
22
- Vue.js smooth scroll
23
23
- Dynamic forms
24
24
- Back to top button
25
+ - Download file button
25
26
26
27
## Installation
27
28
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
+ ```
33
58
34
59
## Notes
35
60
You can’t perform that action at this time.
0 commit comments