Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackblackevo/simple-es6-webpack-project
A simple ES6 Webpack Babel Starter Kit.
https://github.com/jackblackevo/simple-es6-webpack-project
babel es6 es6-webpack javascript webpack4
Last synced: about 14 hours ago
JSON representation
A simple ES6 Webpack Babel Starter Kit.
- Host: GitHub
- URL: https://github.com/jackblackevo/simple-es6-webpack-project
- Owner: jackblackevo
- Created: 2017-04-08T04:33:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:15:24.000Z (about 2 years ago)
- Last Synced: 2024-04-14T20:00:35.212Z (9 months ago)
- Topics: babel, es6, es6-webpack, javascript, webpack4
- Language: JavaScript
- Homepage:
- Size: 1.08 MB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-es6-webpack-project
請參考[建立基本的 ES6 專案](https://jackblackevo.github.io/simple-es6-project/)## Install NPM Packages
```shell
$ npm install
```## Run Development Server
```shell
$ npm run dev
```## Build
```shell
$ npm run build
```