An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



Logo


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.