Skip to content

Hello world for vue app (frontend only) for running on Zoho Catalyst

Notifications You must be signed in to change notification settings

caretgrowth/zcatalyst-helloworld-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app

Project setup

yarn global add zcatalyst-cli
git clone [email protected]:caretgrowth/zcatalyst-helloworld-vue.git
cd zcatalyst-helloworld-vue/client/app
yarn install

Compiles and hot-reloads for development

cd zcatalyst-helloworld-vue/client/app
yarn serve

Lints and fixes files

cd zcatalyst-helloworld-vue/client/app
yarn lint

Compiles and runs like it would in production

// from project root
catalyst serve

Customize configuration

See Configuration Reference.

Releases

No releases published

Packages

No packages published