1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Add required environments for building Boostnote on each local

This commit is contained in:
asmsuechan
2017-06-04 12:10:15 +09:00
parent 66e478a001
commit 86e82fb149

View File

@@ -1,5 +1,11 @@
# Build
## Environments
* npm: 4.x
* node: 7.x
You have to use `npm v4.x`, `v5.x` is not supported.
## Development
We use Webpack HMR to develop Boostnote.