Nw Vue Cli Example

screenshot of Nw Vue Cli Example
express
vue

NW.js, Vue-CLI 4, Vue-DevTools

Overview

The nw-vue-cli-example is an outdated project and users are recommended to use the new repo, Vue-CLI. It is an abstraction for WebPack with support for Vite going forward. The new repo has all the features of the old one but with a slightly newer tech stack. The project comes with NW.js, Chrome, Node, Vue-CLI, Vue, Vue-DevTools, Babel, ESLint, A11Y Linting, Jest, and Jest Serializer Vue. It can be used for both web and desktop applications with the option to add desktop-specific features.

Features

  • NW.js 0.62.2
  • Chrome 99
  • Node 17.7.2
  • Vue-CLI 5.0.4
  • Vue 2.6.14
  • Vue-DevTools (latest)
  • Babel
  • ESLint
  • A11Y Linting
  • Jest Linting
  • Import Linting
  • Jest (100% test coverage)
  • Jest Serializer Vue (TJW)
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.