Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmslpm/portfolio
personal portfolio
https://github.com/tmslpm/portfolio
Last synced: 18 days ago
JSON representation
personal portfolio
- Host: GitHub
- URL: https://github.com/tmslpm/portfolio
- Owner: tmslpm
- License: mit
- Created: 2023-09-12T10:58:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T23:14:25.000Z (over 1 year ago)
- Last Synced: 2024-11-05T16:12:45.378Z (2 months ago)
- Language: Vue
- Homepage: https://tmslpm.github.io/portfolio/
- Size: 2.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visit the portofolio: [tmslpm.github.io/portfolio](https://tmslpm.github.io/portfolio/#/)
## Welcome !
personal portfolio, text text text text text text text
## π¦ Getting Started
This project require:
- [NodeJS](https://nodejs.org/fr) >=v18.7.0.
- A computer ?This project uses NPM for dependencies and project management ([*Getting Started*](https://docs.npmjs.com/getting-started))
Folder structure
```
π/.
|
βββ πdist
β βββ compiled source ready for deployment
β
βββ πpublic
β βββ vueJs [HTML and Static Assets](HTML and Static Assets)
β
βββ πsrc
β βββ (main) vuejs app, component, script ts
β
βββ ...
βββ ...
β
βββ package.json
```## π¦ Install NodeJS, get this repository, and run the npm install command
```
$ npm install
```## 𧨠Run NPM task
Build project to dist
```
$ npm run vbuild
```Build project **and deploy on localhost server**
```
$ npm run vstart
```