Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lablnet/vue.lablnet.com
https://github.com/lablnet/vue.lablnet.com
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lablnet/vue.lablnet.com
- Owner: lablnet
- License: mit
- Created: 2024-01-25T09:18:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T09:03:07.000Z (8 months ago)
- Last Synced: 2024-05-02T09:20:23.338Z (8 months ago)
- Language: Vue
- Size: 21.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Create Branch](https://github.com/lablnet/lablnet.com/actions/workflows/branch.yml/badge.svg)](https://github.com/lablnet/lablnet.com/actions/workflows/branch.yml)
# Portfolio
My personal Portfolio website [https://lablnet.com](https://lablnet.com)### Portfolios
1. [lablnet.com](https://lablnet.com) latest one.
2. [lablnet.github.io](https://lablnet.github.io) 2021
3. [lablnet.github.io/old1.html](https://lablnet.github.io/old1.html) 2020
4. [lablnet.github.io/old.html](https://lablnet.github.io/old.html) 2019### Features
1. Dark theme support.
2. Responsive design.
3. Customizable.
4. Modern web technology.
5. Generate Sitemap base on `vue-router`### Techonology Stack
1. [VueJs](https://vuejs.org/) with [Pinia](https://pinia.vuejs.org/) and [Vue Router](https://router.vuejs.org/).
2. [TailwindCSS](https://tailwindcss.com/).
3. [Fancybox](https://fancyapps.com/docs/ui/fancybox/)## Project setup
```sh
npm install --force// or
yarn install
```
#### Compiles and hot-reloads for development```sh
npm run serve// or
yarn run serve
```#### Generate sitemap
```sh
npm run sitemap// or
yarn run sitemap
```#### Compiles and minifies for production
```sh
npm run prod// or
yarn run prod
```#### Lints and fixes files
```sh
npm run lint// or
yarn run lint
```## Contributing
Thank you for considering contributing to the this project! Feel free to create a pull request.
### Contrubuting guide
[Contribution Guidelines](https://github.com/lablnet/lablnet.com/blob/main/CONTRIBUTING.md)
## License
- MIT