Skip to content

Commit d02981d

Browse files
dev
1 parent c5f45c7 commit d02981d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/development.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Getting started
2+
3+
Clone the repo
4+
5+
``$ git clone https://github.com/LucasLeandro1204/vue-content-loading.git && cd vue-content-loading``
6+
7+
Install npm dependencies
8+
9+
``$ npm install``
10+
11+
Run dev script
12+
13+
``$ npm run dev``
14+
15+
This will host the application at localhost:8080
16+
17+
## Production
18+
19+
To build for production run
20+
21+
``$ npm run build``
22+
23+
The above command bundle the app and also features minification to help reduce file size
24+
25+
## Linting
26+
27+
``$ npm run lint``
28+
29+
To automatically fix the problems, run
30+
31+
``$ npm run lint:fix``

0 commit comments

Comments
 (0)