/ts

타입스크립트 + 웹팩 환경 구성부터, 손에 익을때까지.

Primary LanguageJavaScript

TS

Installation

$ npm init -y
$ npm install webpack webpack-cli webpack-merge webpack-bundle-analyzer -D
$ npm install @babel/core @babel/preset-env @babel/cli core-js babel-loader -D
$ npm install mini-css-extract-plugin vue-style-loader css-loader sass-loader sass -D
$ npm install vue vue-template-compiler vue-loader typescript ts-loader