alenabdula / germinate-spa

Experimenting with WordPress REST API and SPA using VueJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Germinate SPA

A project boilerplate for Single Page Application using VueJS and asset compiling using Laravel Mix.

Dependencies

Development dependencies npm install --save-dev laravel-mix sass-loader sass resolve-url-loader vue-loader vue-template-compiler browser-sync browser-sync-webpack-plugin

Production dependencies npm install vue vue-router mitt

LiveReload

If not using LiveReload Extension you must add following script tag to your index.html page.

<script src="http://localhost:35729/livereload.js"></script>

BrowserSync

Access URLs

About

Experimenting with WordPress REST API and SPA using VueJS


Languages

Language:Vue 57.4%Language:SCSS 19.7%Language:JavaScript 19.4%Language:HTML 2.6%Language:CSS 0.9%