You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[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
16
17
17
-
```
18
-
npm run build
19
-
```
18
+
## Installation
20
19
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`
22
26
23
-
```
24
-
npm run lint
25
-
```
27
+
## Notes
26
28
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).
0 commit comments