Downloading Project source code

Hi there, i am in need of downloading the source code from one of my projects, though i have no idea how. Is it possible? and if so, is it criptographed, or with poor named css classes or something?
thanks in advance!

1 Like

You can export your code (published vue app) on paid plans with an annual subscription. Multiple State Change members do this to support self-hosting.

But this isn’t really source code. The Javascript and CSS is for production, not development. Its going to be minified and therefore not super clear.

It’s not encrypted, just transpiled for browser use and not designed for further human intervention.

My impression is that Weweb uses a JSON structure for defining the app, which generates vue code, which then compiles. You get access to that last phase.

Are you talking about the project files or the raw unbuilt project files for code export? @raydeck