https://github.com/byloth/odoo-vue.js
📝 An example of a Vue.js application running right inside Odoo.
https://github.com/byloth/odoo-vue.js
Last synced: 8 months ago
JSON representation
📝 An example of a Vue.js application running right inside Odoo.
- Host: GitHub
- URL: https://github.com/byloth/odoo-vue.js
- Owner: Byloth
- License: gpl-3.0
- Created: 2019-12-23T14:19:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T07:20:03.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T16:45:35.658Z (about 2 years ago)
- Language: JavaScript
- Size: 248 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Odoo + Vue.js #
### 📝 An example of a Vue.js application running right inside Odoo. ###
---
> ## Project setup
> ```
> npm install
> ```
>
> ### Compiles and hot-reloads for development
> ```
> npm run serve
> ```
>
> ### Compiles and minifies for production
> ```
> npm run build
> ```
>
> ### Run your tests
> ```
> npm run test
> ```
>
> ### Lints and fixes files
> ```
> npm run lint
> ```
>
> ### Customize configuration
> See [Configuration Reference](https://cli.vuejs.org/config/).