Skip to content

Commit 755d81c

Browse files
committed
UPD: README
1 parent 980fc11 commit 755d81c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,28 @@ PROJECT /* Entry point and configurations */
6565
About.vue
6666
Contacts.vue
6767
Home.vue
68+
```
69+
70+
# Get Started
71+
72+
Make a new repository from the template and use your favorite package manager to install it. Mine is NPM and the commands are:
73+
74+
## Install
75+
76+
```bash
77+
npm install
78+
```
79+
80+
## Development
81+
82+
```bash
83+
npm run dev
84+
```
85+
86+
## Build
87+
88+
Make sure, that reviewed all settings about the build script are in the package.json file and in the .env.[mode] files.
89+
90+
```bash
91+
npm run build
6892
```

0 commit comments

Comments
 (0)