- Notifications
You must be signed in to change notification settings - Fork0
alperacabey/plugin-manager-vue
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Heroku:Demo
- vue-router (router)
- vue/test-utils (unit testing utility library)
- jest (testing framework)
- axios (http client)
- express (http server)
- cors (cross-origin resource sharing)
Styles were written in accordance withBEM methodology.
├── public # Shared files├── src # Source files│ ├── asseets # Style files| | ├── **/*.scss│ ├── components # Reusable components| | ├── **/*.vue│ ├── composables # Encapsulated and reused stateful logics| | ├── **/*.ts│ ├── router # Routes│ ├── services # Socket and api gateways│ ├── views # Pages├── tests│ ├── **/*.spec.ts # Unit tests- Node.js v16 or newer.
Clone the repo -
git clone https://github.com/alperacabey/plugin-manager-vue.git.Install project dependencies —
npm installoryarn.Launch the app —
npm run devoryarn devClient will become available athttp://localhost:3001
Server will become available athttp://localhost:3000
devbuildtest
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.