17 lines
211 B
Markdown
17 lines
211 B
Markdown
|
|
<h1 align="center">Electronic-File</h1>
|
||
|
|
|
||
|
|
## Project setup
|
||
|
|
```
|
||
|
|
yarn install
|
||
|
|
```
|
||
|
|
|
||
|
|
### Compiles and hot-reloads for development
|
||
|
|
```
|
||
|
|
yarn run dev
|
||
|
|
```
|
||
|
|
|
||
|
|
### Compiles and minifies for production
|
||
|
|
```
|
||
|
|
yarn run build
|
||
|
|
```
|