Skip to content

front-end-performer/vue-vuetify-webpack5-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 VUE2 - Webpack5 - TS

Webpack 5 boilerplate using Babel, TypeScript, Sass.

Installation

Clone this repo and npm install.

npm install

Usage

Development server

npm run start

You can view the development server at localhost:8080.

Production build

npm run build

Features

Dependencies

webpack

Babel

  • @babel/core - Transpile ES6+ to backwards compatible JavaScript
  • @vue/babel-preset-app - This is the default Babel preset used in all Vue CLI projects. Note: this preset is meant to be used exclusively in projects created via Vue CLI and does not consider external use cases.
  • @babel/preset-env - Smart defaults for Babel

Loaders

Plugins

SASS - Automatic Migration

$ npm install -g sass-migrator
$ sass-migrator division **/*.scss

TS

Linters

  • eslint - Enforce styleguide across application
  • eslint-webpack-plugin - This plugin uses eslint to find and fix problems in your JavaScript code

Author

License

LoveToCode

About

Webpack 5 boilerplate using Babel, TypeScript, Sass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published