Code Monkey home page Code Monkey logo

boilerplate-kuzzle-vuejs-vuetify's Introduction

Kuzzle, VueJS and Vuetify boilerplate

A pretty fat boilerplate to start-off webapp projects based on Kuzzle, VueJS and Vuetify.

This boilerplate is composed of a backend, located in ./apps/backend and a frontend, located in ./apps/frontend. It also contains a./initializationFiles wich contains three files that will be used to initialize your backend.

Each layer of the stack contains its corresponding README.md file. Please refer to it.

Overview

This boilerplate provides you with

  • An instance of Kuzzle as a framework, ready to be extended
  • A VueJS web application based on the Kuzzle SDK javascript v7, including:
    • an implementation of the authentication method integrated with Vuex,
    • an implementation of the "Offline mode", also integrated with Vuex,
    • a complete i18n setup based on vue-i18n,
    • a complete Vuetify installation (with fortawesome 5),
    • an instance of the vue-izitoast plugin

Install

Clone this repository using the following command

git clone https://github.com/berthieresteban/boilerplate-kuzzle-vuejs-vuetify.git

Then, delete the Git tree and reinitialize the repo from scratch

cd boilerplate-kuzzle-vuejs-vuetify
rm -rf .git

At this point you may rename the folder of your project to a meaningful name. Then, you can set remote(s) the usual way

git init
git remote add origin <another-git-server-URL-here>

You can then install the backend and frontend applications:

cd apps/backend
npm install
npm run install:docker
cd apps/frontend
npm install

And then what?

Start your local Kuzzle instance by typing

cd apps/backend
npm run dev:docker

Adapt the ./initializationFiles/* files to your need Then you will need the kuzzle cli, kourou to initialize your backend

kourou admin:loadMappings < ./initializationFiles/mappings.json
kourou admin:loadFixtures < ./initializationFiles/fixtures.json
kourou admin:loadSecurities < ./initializationFiles/securities.json

Serve your web app locally by typing

cd apps/frontend 
npm run serve

Take a look at the README.md files in the backend and frontend directories to do the next steps.

boilerplate-kuzzle-vuejs-vuetify's People

Contributors

berthieresteban avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.