• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

public/H03-May-2022-

src/H03-May-2022-4,1643,735

tests/unit/lib/H23-Feb-2021-

.browserslistrcH A D23-Feb-202130 43

.editorconfigH A D23-Feb-2021160 87

README.mdH A D23-Feb-2021367 3023

package-lock.jsonH A D23-Feb-2021578.4 KiB15,28915,288

package.jsonH A D23-Feb-20211.1 KiB4443

README.md

1# web2
2
3## Project setup
4```
5npm install
6```
7
8### Compiles and hot-reloads for development
9```
10npm run serve
11```
12
13### Compiles and minifies for production
14```
15npm run build
16```
17
18### Run your unit tests
19```
20npm run test:unit
21```
22
23### Lints and fixes files
24```
25npm run lint
26```
27
28### Customize configuration
29See [Configuration Reference](https://cli.vuejs.org/config/).
30