Giter VIP home page Giter VIP logo

vue-desktop-basic's Introduction

vue-desktop-basic boilerplate

What is this

This is a boilerplate for a simple desktop app. It comes with tips about common tasks for a desktop app.

Features

The following are already set up:

  • Vue.js
  • Vue-Router
  • Vuex
  • Vue-DevTools
  • Sass
  • Sasslint
  • ESLint

Usage

  1. Download and install Node.js
  2. Download vue-desktop-basic
  3. Run npm install
  4. Run npm start

Linting

  1. npm run lint will lint your .js and .vue files according to the rules in .eslintrc.js
  2. npm run fix this will auto-fix any linting issues that npm run lint finds (not everything can be auto fixed)
  3. npm run sass will start watching for changes in the sass folder and process the changes to the css folder.
  4. npm run sasslint will lint your .sass and .scss files.

To do a build:

  1. npm install
  2. npm run build

All settings regarding the build are handled in the package.json.

Vue-DevTools

If you want Vue-DevTools to be accessible in the Chromium DevTools in your app, you cannot use the minified version of Vue.js (use vue.js not vue.min.js).


All other instructions and details are inside the app.


TO DO List:

  • Add in Vue-Test-Utils

vue-desktop-basic's People

Contributors

thejaredwilcurt avatar

Watchers

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