Skip to content

tmslpm/portfolio

Repository files navigation

Visit the portofolio: tmslpm.github.io/portfolio

Welcome !

personal portfolio, text text text text text text text

🚦 Getting Started

This project require:

  • NodeJS >=v18.7.0.
  • A computer ?

This project uses NPM for dependencies and project management (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