Skip to content

Instantly share code, notes, and snippets.

View wildfrontend's full-sized avatar
:shipit:
something need to do

louis.luo wildfrontend

:shipit:
something need to do
  • Gosugamers
  • Taichung
View GitHub Profile
@wildfrontend
wildfrontend / package.json
Created March 6, 2020 03:28
2020 rollup app config.js
{
"name": "",
"version": "0.1.0",
"description": "",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"clear": "taskkill /f /im node.exe || killall -9 node",
"fontmini": "node utils/fontMinify"
@wildfrontend
wildfrontend / .gitignore
Last active March 9, 2020 06:20
react project code style lint
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@wildfrontend
wildfrontend / package.json
Last active March 6, 2020 03:32
react basic project webpack
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {