Coder Social home page Coder Social logo

Comments (4)

stefanhoelzl avatar stefanhoelzl commented on August 30, 2024 1

what is your use case?

for know the concept is to have a pure python project and do not mix .py and .js/.vue files.

you can have a look at MQTT Dashboard to see how to include an external javascript vue library.
see this files app.py and vuepy.yml

from vue.py.

agritheory avatar agritheory commented on August 30, 2024

I want to write python between the <script> tags in a .vue file. Writing HTML and CSS as docstrings is not as good.

from vue.py.

stefanhoelzl avatar stefanhoelzl commented on August 30, 2024

I agree writing HTML and CSS in python strings is not very comfortable.

But on the other hand in a .vue file you will miss a lot of handy things for your python code (auto-completion, syntax highlighting, refactoring support, ...)

Since I am depending on brython I have to check if it is possible to hook into the import machinery somehow.
Another solution similar to vue.js with the vue-loader would be to pre-process the .vue files in the deployment step.

from vue.py.

stefanhoelzl avatar stefanhoelzl commented on August 30, 2024

I added some missing documentation how to specify external templates in vuepy.yml.

These allow you to write your html templates in a separate .html-file.
In addition with specifying your .css-files also in vuepy.yml you do not need to write any html or css in python strings.

It is still in separate files and not in one single file, but it may be a workaround for the missing .vue file support for now.

from vue.py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.