Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-bipu/frontend-mentor-dashboard
This dashboard, built with Vue.js and Tailwind CSS, showcases the projects I've completed from the Frontend Mentor website.
https://github.com/the-bipu/frontend-mentor-dashboard
frontend-mentor tailwindcss vuejs
Last synced: about 1 month ago
JSON representation
This dashboard, built with Vue.js and Tailwind CSS, showcases the projects I've completed from the Frontend Mentor website.
- Host: GitHub
- URL: https://github.com/the-bipu/frontend-mentor-dashboard
- Owner: the-bipu
- License: mit
- Created: 2024-08-28T11:01:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T19:57:35.000Z (5 months ago)
- Last Synced: 2024-10-16T12:10:40.155Z (4 months ago)
- Topics: frontend-mentor, tailwindcss, vuejs
- Language: Vue
- Homepage: https://frontend-mentor-dashboard.vercel.app
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frontend-mentor-dashboard
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).