Skip to content

rethinc/vue-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

vue starter

Setups a re:thinc opinionated vue environment for web client development

Usage

Make sure node with version >= 17.6.0 is installed on your system. You can use nvm https://github.com/nvm-sh/nvm#installing-and-updating for easily installing node version.

Remote Installation

curl https://raw.githubusercontent.com/rethinc/vue-starter/main/setup/install-remotly.sh | bash -s <product-name>

Development

Changes to the starter app can be done directly in the ./vue-application folder.