Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.13 KB

Known Vulnerabilities Netlify Status

Vue static site template

This is my shot at a static site template for Vue.js.

It has simple a simple routing setup, a structure to add pages and a dynamic theme color system.

(By adjusting the '--main-color' CSS variable.)

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Deployment

We deploy Vue.js projects on Netlify.

Redirect all routes to 'index.html'.

(the '_Redirect' file handles this for Netlify, but if u host it somewhere else or locally keep this in mind).