marioluevanos / ruthie-mario

Personal Wedding Website

Home Page:https://ruthie-mario.love

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

The development server will run on port 8080 by default. If that port is already in use on your machine, the next free port will be used.

  • npm run dev: first-in-class development experience.

    • Webpack + vue-loader for single file Vue components.
    • State preserving hot-reload
    • State preserving compilation error overlay
    • Lint-on-save with ESLint
    • Source maps
  • npm run build: Production ready build.

    • JavaScript minified with UglifyJS.
    • HTML minified with html-minifier.
    • CSS across all components extracted into a single file and minified with cssnano.
    • Static assets compiled with version hashes for efficient long-term caching, and an auto-generated production index.html with proper URLs to these generated assets.
    • Use npm run build --reportto build with bundle size analytics.

About

Personal Wedding Website

https://ruthie-mario.love


Languages

Language:JavaScript 48.2%Language:Vue 44.0%Language:CSS 7.7%Language:HTML 0.1%