Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Client redesign #97

Merged
merged 5 commits into from
Nov 28, 2019
Merged
Show file tree
Hide file tree
Changes from 2 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: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ backend/cloud config/terraform.exe
backend/cloud config/terraform.tfstate
backend/cloud config/terraform.tfvars
backend/cloud config/.terraform

client-redesign/dist
client-redesign/node_modules
24 changes: 24 additions & 0 deletions client-redesign/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# toonin-client

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

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

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

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
3 changes: 3 additions & 0 deletions client-redesign/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: ["@vue/cli-plugin-babel/preset"]
};
Loading