forked from profectus/Profectus
Update readme.md
This commit is contained in:
parent
a2b5820906
commit
4d53a7980b
1 changed files with 7 additions and 2 deletions
|
@ -11,9 +11,9 @@ A game engine that grows with you
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
### Hosts dev server and hot-reloads modules as they're changed
|
||||||
```
|
```
|
||||||
npm run serve
|
npm starts
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and minifies for production
|
### Compiles and minifies for production
|
||||||
|
@ -21,6 +21,11 @@ npm run serve
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Hosts the production build
|
||||||
|
```
|
||||||
|
npm run preview
|
||||||
|
```
|
||||||
|
|
||||||
### Lints and fixes files
|
### Lints and fixes files
|
||||||
```
|
```
|
||||||
npm run lint
|
npm run lint
|
||||||
|
|
Loading…
Reference in a new issue