Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .browserslistrc

This file was deleted.

14 changes: 0 additions & 14 deletions .eslintrc.js

This file was deleted.

19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
# laboratori_sandbox
# test

## Project setup
```
yarn install
npm install
```

### Compiles and hot-reloads for development
```
yarn run serve
npm run serve
```

### Compiles and minifies for production
```
yarn run build
npm run build
```

### Lints and fixes files
### Run your tests
```
yarn run lint
npm run test
```

### Run your unit tests
### Lints and fixes files
```
yarn run test:unit
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

17 changes: 0 additions & 17 deletions jest.config.js

This file was deleted.

Loading