Skip to content

BoilerPlate code for Vue with Vue, Vuex, Vuetify, Vue-Router,Axios

License

Notifications You must be signed in to change notification settings

pallavchanana/Vue-BoilerPlate

Repository files navigation

Vue-BoilerPlate

BoilerPlate code for Vue with Vue, Vuex, Vuetify, Vue-Router,Axios,Material Design Icons

This is a basic VueJs, Vuetify, Vue Router and Vuex boiler plate written on JavaScript.

This project is created to help other developers create a basic VueJS app in an easy and fast way. This basic example shows how powerful and simple JavaScript and VueJS can be.

Do you want to contribute? Pull requests are always welcome to show more features.

Ref Link for Vuetify components https://vuetifyjs.com/en/component

Ref Link for icons https://materialdesignicons.com/cdn/2.0.46/

How to install

Using Git (recommended)

  1. Clone the project from github. Change "myproject" to your project name.
git clone https://github.com/pallavchanana/vue-boilerplate.git ./myproject

Using manual download ZIP

  1. Download repository
  2. Uncompress to your desired directory

Install npm dependencies after installing (Git or manual download)

cd myproject
npm install
npm update

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Vuetify

Vuetify is developed exactly according to Material Design spec. Every component is hand crafted to bring you the best possible UI tools to your next great app. The development doesn't stop at the core components outlined in Google's spec. Through the support of community members and sponsors, additional components will be designed and made available for everyone to enjoy.

Vuex

Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. It also integrates with Vue's official devtools extension to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.

Versions

About

BoilerPlate code for Vue with Vue, Vuex, Vuetify, Vue-Router,Axios

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published