Single Page Application portfolio of @kulotsystems.
If you've met me, and you want to be part of this application, please write something about me by following these steps:
-
Fork this repository.
-
Duplicate src/plugins/vuex-store/modules/reviews/yourfirstname.js into your own
JavaScript
file in the same folder.Example:
john.js
-
Import and add your file as a module inside src/plugins/vuex-store/modules/store-reviews.js.
// EXAMPLE import john from './reviews/john.js';
modules: { person1, person2, john }
-
Edit your file, commit your changes, then submit a pull request to this repository.
Stay awesome!
Download and install the following tools:
-
NodeJS to execute
npm
commands. -
A code editor such as VS Code, Sublime Text, WebStorm or Notepad++.
-
Clone or download this repository.
-
Open this project in your code editor.
-
Open this project's root folder in the terminal and execute these commands:
npm install
npm run dev
Open the provided URL in your web browser, which takes a while to load for the first time.
npm run build
The output will be on a folder named
dist
.Install http-server-spa globally:
npm install http-server-spa -g
Then serve the contents of the
dist
folder:http-server-spa dist