Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.56 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.56 KB

Nuxt-Folio

My portfolio made with nuxt.js


Responsive static site to expose myself and using it as showcase for my projects. Made with Nuxt.js and its module nuxt-content.

First look to landing page: Landing page User has two nav buttons at top left corner to slide in a sidebar with info about me: Sidebar home page Or swith between Home page or Aboutme page with detailed info and contact: About page Back to home page there is a list of project where clicked goes to detailed info and links of a specific project: Project page

The project has been configured to use Netlify to deploy a static site generated of the app and have it in a live link.

Nuxt-Folio Miguel Angel Alcala Romero

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.