Skip to content

Simple demo of Vuejs 3 using Composition API, Vuex, and Vite

License

Notifications You must be signed in to change notification settings

tranvnb/group-voting

Repository files navigation

Group Voting demo app

image

Development guides

Note: This app is built on npm v8.3.2 & node v16.13.0

  1. Run git clone git@github.com:tranvnb/group-voting.git to get the latest code from github

  2. Run npm install to install all requirement libs

  3. Run npm run dev to start the application

Note: Before commit new code, please run npm run lint, npm run prettier:check, and npm run prettier:apply to apply eslint and code formating.

Testing

Note: Sorry, I havent implemented testing yet, maybe on the next version :)

Deployment

  1. Run npm run build then run npm run preview to preview the app locally

  2. Reference to this document for deploying to a specific hosting service.

About

Simple demo of Vuejs 3 using Composition API, Vuex, and Vite

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published