Skip to content

Commit

Permalink
Switched to quasar
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikalova committed Dec 18, 2021
1 parent 3dd4b37 commit e0bb84e
Show file tree
Hide file tree
Showing 72 changed files with 17,196 additions and 15,548 deletions.
11 changes: 4 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@
/coverage

# production
/build
/dist

build
dist
dist-ssr
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
*.local

npm-debug.log*
yarn-debug.log*
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Lists
# Vue 3 + Vite

[![maintained by dmikalova.tech](https://img.shields.io/static/v1?&color=ccff90&label=maintained%20by&labelColor=424242&logo=&logoColor=fff&message=dmikalova.tech&&style=flat-square)](https://dmikalova.tech/)
[![vue.js](https://img.shields.io/static/v1?&color=41b883&label=%20&labelColor=424242&logo=vuedotjs&logoColor=fff&message=vue.js&&style=flat-square)](https://vuejs.org/)
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

This repo contains a [Vue.js](https://vuejs.org/) web app for managing lists.
## Recommended IDE Setup

- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>lists</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions old/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Lists

[![maintained by dmikalova.tech](https://img.shields.io/static/v1?&color=ccff90&label=maintained%20by&labelColor=424242&logo=&logoColor=fff&message=dmikalova.tech&&style=flat-square)](https://dmikalova.tech/)
[![vue.js](https://img.shields.io/static/v1?&color=41b883&label=%20&labelColor=424242&logo=vuedotjs&logoColor=fff&message=vue.js&&style=flat-square)](https://vuejs.org/)

This repo contains a [Vue.js](https://vuejs.org/) web app for managing lists.
Loading

0 comments on commit e0bb84e

Please sign in to comment.