DEV Community

jeann
jeann

Posted on

Is amazing where is Javascript

I got 6 years ago in javascript, I start with jquery, next ECMAScript and I worked with framework AngularJs and Angular, too libraries like VueJs and ReactJs is very interesting for me is technologies.

Today with Vue I can make visual application and with GTK waaaao!, check this out:

First Step:

sudo apt install build-essential libgtk-3-dev
Enter fullscreen mode Exit fullscreen mode

and last one:

npm install --global vue-cli
vue init mimecorg/vuido-webpack-template my-project #Create new Project on vuejs
cd my-project
npm install
npm run build #Compile and update compiled
npm start #See Window, look this out
Enter fullscreen mode Exit fullscreen mode

alt text

Latest comments (0)