https://github.com/simplicitesoftware/vue-demo
Basic Vue.js demo using Simplicité Javascript API
https://github.com/simplicitesoftware/vue-demo
Last synced: 5 months ago
JSON representation
Basic Vue.js demo using Simplicité Javascript API
- Host: GitHub
- URL: https://github.com/simplicitesoftware/vue-demo
- Owner: simplicitesoftware
- Created: 2018-06-03T20:03:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-21T22:28:16.000Z (6 months ago)
- Last Synced: 2025-12-23T09:56:28.566Z (6 months ago)
- Language: Vue
- Homepage:
- Size: 4.64 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-vue
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run start
```
### Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```