UNPKG
download-csv
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.9.1
0.9.0
0.5.0
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
a funtion to dowload csv file
github.com/AllenZeng/download-csv
AllenZeng/download-csv
download-csv
/
example
/
server.js
9 lines
(6 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
{ webpackConfig, webpackDevServer } =
require
(
'webpack-base-config'
);
const
Options
= {
entry
:
'./index.js'
,
htmlTemplate
:
'./index.html'
, };
webpackDevServer
(
webpackConfig
(
Options
));