Visit the portofolio: tmslpm.github.io/portfolio
personal portfolio, text text text text text text text
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
$ npm install
Build project to dist
$ npm run vbuild
Build project and deploy on localhost server
$ npm run vstart