Skip to content

jfvillablanca/portfolio-in-vue

 
 

Repository files navigation

jmfv's website

This is the repo for my personal website jump-started using Nuxtwind Daisy starter template.

⚠️ This portfolio website is in active development ⚠️

Preview

You can preview your build by running the nuxt start command.

# Preview your build
$ nuxt start

Build

You can choose to build it using the defaul strategy which is SSR, but you also have the option to generate static files so you can just upload your work in any static hosting service. The sample site of this repo is hosted in Vercel.

# Build for production using SSR
$ nuxt build
# Build for production and generate static files
$ nuxt generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.6%
  • Vue 29.5%
  • Nix 1.5%
  • TypeScript 1.2%
  • CSS 1.2%