/aspnet-vuejs2

AspNet Core 2 template using Vuejs 2, Bootstrap 4 and Bootstrap-Vue components.

Primary LanguageJavaScriptMIT LicenseMIT

aspnet-vuejs2

AspNet Core 2 template using Vuejs 2, Bootstrap 4, Bootstrap-Vue components and Laravel-Mix for preprocessing.


Intro

Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features include:

Note that Vue.js only supports ES5-compliant browsers (IE8 and below are not supported).

Documentation

To check out live examples and docs, visit vuejs.org.



Quickly integrate Bootstrap 4 Components with Vue.js


Laravel Mix

Intro

Laravel Mix provides a clean, fluent API for defining basic webpack build steps for your application. Mix supports several common CSS and JavaScript pre-processors.

If you've ever been confused about how to get started with module bundling and asset compilation, you will love Laravel Mix!

Documentation

You may review the initial documentation here on GitHub.