Skip to content

Commit

Permalink
get back vue coz cannot serve for ignite v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dDeedev committed Sep 23, 2022
1 parent 2751ca4 commit c30a84a
Show file tree
Hide file tree
Showing 438 changed files with 279,521 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
.DS_Store
.vscode/
test/*
vue/*
ts-client/*
25 changes: 25 additions & 0 deletions vue/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## App UI Template

[Vue.js](https://vuejs.org/)-based web app template for your Cosmos SDK blockchain. Use the template to quickly bootstrap your app. To learn more, check out the components in `@starport/vue` and the [Starport documentation](https://docs.starport.network/).

## Project setup

```
npm install
```

### Compiles and reloads the app on save for development

```
npm run dev
```

### Compiles and minifies for production

```
npm run build
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).
19 changes: 19 additions & 0 deletions vue/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title> </title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading

0 comments on commit c30a84a

Please sign in to comment.