HamSungJun / ts

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 73.0%Language:Vue 14.0%Language:HTML 9.6%Language:TypeScript 3.4%