mhackyu / vue-buefy-starter

A boilerplate repository containing everything you need to start developing Vue.js single page application with buefy component library.

Home Page:https://www.vue-buefy-starter.mhackyu.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js and Bulma Starter 📦

A boilerplate repository containing everything you need to start developing Vue.js single page application with buefy component library.

Demo Link

Table of Contents

Getting Started

Before you proceed to installation you must have the following tools installed in your machine:

Installation

  1. Clone the repository.
git clone https://github.com/mhackyu/vue-buefy-starter.git
  1. Change your current directory to the vue-buefy-starter folder.
cd vue-buefy-starter
  1. Install node modules.
npm install
  1. Create .env.local file to configure env variables. See .env.sample.

  2. Run the application.

npm run serve

Deploying to Production

Compiles and minifies for production

npm run build

NOTE: You can also run lint command before build to lint and fix files

npm run lint

Customize configuration

See Configuration Reference.

Packages

  • Vue
  • Vuex
  • Vue Router
  • Bulma
  • Axios
  • Font Awesome 5

Made with ❤️ by codendebug.com

About

A boilerplate repository containing everything you need to start developing Vue.js single page application with buefy component library.

https://www.vue-buefy-starter.mhackyu.dev


Languages

Language:Vue 55.0%Language:JavaScript 26.6%Language:SCSS 11.3%Language:HTML 7.1%