0.4.5 • Published 5 years ago
eda-frontend-deps v0.4.5
EDA Frontend Dependencies
To apply these dependencies:
npm install eda-frontend-deps
Available commands
lint-frontend
test-frontend
watch-frontend-tests
build-frontend
watch-frontend-build
In your package.json
, add
"scripts": {
"client-lint": "lint-frontend",
"client-test": "test-frontend",
"client-test:watch": "watch-frontend-tests",
"client-build": "built-frontend",
"client-build:watch": "watch-frontend-build"
},
The bundle.js
that results from a frontend build will go to /server/public
.
The linter runs on /client
.
Requirements
The entry point for your frontend code must be /client/index.js
.
0.4.5
5 years ago
0.4.4
5 years ago
0.4.3
5 years ago
0.4.1
5 years ago
0.4.2
5 years ago
0.4.0
5 years ago
0.3.1
5 years ago
0.3.0
5 years ago
0.2.9
5 years ago
0.2.7
5 years ago
0.2.8
5 years ago
0.2.6
5 years ago
0.2.5
5 years ago
0.2.4
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.0
5 years ago