Code Monkey home page Code Monkey logo

fluro-vue-boilerplate's Introduction

Fluro Vue Boilerplate

Links

Fluro.io | REST API Documentation | Fluro Vue Documentation | Fluro Support

Ensure that you have Vue installed on your machine

npm install -g @vue/cli

Installation and Setup

Clone this repo

Install

git clone https://github.com/fluro-developers/fluro-vue-boilerplate my-new-app --depth 1

Install the required node modules

cd my-new-app
npm install

Watch your changes and hot-reload while developing

npm run serve

This will run your app at http://localhost:8080/ And over the network as detailed in your cli terminal

Compile and minify ready for production

This will compile and package your app into a 'dist' directory ready to be deployed onto Fluro

npm run build

Deploy to Fluro

You can now commit and push to your own remote git repo. Then create your deployment at https://admin.fluro.io/deployment

After deployment you can create instances of your app from the admin panel https://admin.fluro.io/application

Happy coding!

Run your tests

npm run test

Lints and fixes files

npm run lint

Extra Options and Included Dependencies

  • Vuetify UI Library. Feel free to remove it and use another library of your choice
  • FontAwesome If you want to use the Pro icons add your license number into the /.npmrc file
#If you want to add and use font awesome pro in your app
#Update the .npmrc file with your license number then run
npm install @fortawesome/pro-regular-svg-icons --save
npm install @fortawesome/pro-solid-svg-icons --save

# And then uncomment the font awesome section in the /src/main.js file

fluro-vue-boilerplate's People

Contributors

hyperblaster 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.