https://github.com/ew-endwall/example-personal
This warehouse includes codes for personal website. The website is a simple sample site that includes contact information about me.
https://github.com/ew-endwall/example-personal
bootstrap bootstrap-vue bootstrap5 example example-personal example-project personal personal-website responsive responsive-design responsive-web-design vanilla vite vitejs vue vue-router vue3 vuejs
Last synced: about 1 month ago
JSON representation
This warehouse includes codes for personal website. The website is a simple sample site that includes contact information about me.
- Host: GitHub
- URL: https://github.com/ew-endwall/example-personal
- Owner: EW-EndWall
- License: apache-2.0
- Created: 2024-02-27T22:21:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T13:44:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T15:50:36.858Z (about 1 year ago)
- Topics: bootstrap, bootstrap-vue, bootstrap5, example, example-personal, example-project, personal, personal-website, responsive, responsive-design, responsive-web-design, vanilla, vite, vitejs, vue, vue-router, vue3, vuejs
- Language: JavaScript
- Homepage: https://example-personal.vercel.app
- Size: 672 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Example Personal
vite | vue | bootstrap | vanilla
(responsive)
# Table Of Contents
* [About](#about)
* [Screenshot](#screenshot)
* [Quick Installation](#quick-installation)
* [Vue](#vue)
* [Vue Install](#vue-install)
* [Vue Development](#vue-development)
* [Vue Build](#vue-build)
* [License](#license)
# About
This warehouse includes codes for personal website. The website is a simple sample site that includes contact information about me.
- Home
- Contact
- Time Line
# Screenshot
# Quick Installation
## Vue
```bash
$ cd ./vue/
```
### Vue Install
```bash
$ npm install
```
or
```bash
$ yarn install
```
or
```bash
$ pnpm install
```
### Vue Development
```bash
$ npm dev
```
or
```bash
$ yarn dev
```
or
```bash
$ pnpm dev
```
### Vue Build
```bash
$ npm build
```
or
```bash
$ yarn build
```
or
```bash
$ pnpm build
```
# License
Distributed under the Apache-2.0 License. See [LICENSE](https://github.com/EW-EndWall/example-personal/blob/main/LICENSE) for more information.