simple-vuejs-app

Simple Application with Basic VueJs setup and demonstrating use of components and communication between them (by aditya-sridhar)

Simple-vuejs-app Alternatives

Similar projects and alternatives to simple-vuejs-app

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better simple-vuejs-app alternative or higher similarity.

simple-vuejs-app reviews and mentions

Posts with mentions or reviews of simple-vuejs-app. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-06.
  • any suggestions for my cli
    4 projects | /r/CodingHelp | 6 May 2023
    #!/usr/bin/env node import inquirer from 'inquirer'; import * as child from 'node:child_process' inquirer .prompt([ { type:'list', message:'what is your project', name:'framework', choices: ['angular','react','vue','svelte','preact','django'] } ]) .then((answers) => { if (answers.framework === 'angular' ){ child.exec(`git clone https://github.com/subhodi/angular-simple-app.git`) console.log("now install the angular cli with") console.log("npm i @angular/cli") } if (answers.framework === 'react' ){ child.exec(`git clone https://github.com/imcycle/simple-react-app.git`) console.log("now install react with") console.log("npm -i react") } if (answers.framework === 'vue' ){ child.exec(`git clone https://github.com/aditya-sridhar/simple-vuejs-app.git`) console.log("now install vue with") console.log("npm -i vue") } if (answers.framework === 'svelte' ){ child.exec(`npm create svelte@latest myapp`) console.log("here is the app") } if (answers.framework === 'preact' ){ child.exec(`git clone https://github.com/github/codespaces-preact.git`) console.log("now install preact with") console.log("npm -i preact") } if(answers.framework === 'django'){ console.log("why are you doing this in a js cli") console.log("you must learn js") console.log("then your project won't be slower than turtles") console.log("javascript.com") } })

Stats

Basic simple-vuejs-app repo stats
1
21
0.0
about 1 year ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com