Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

alperacabey/plugin-manager-vue

Repository files navigation

Heroku:Demo


3rd party libraries

  • 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

Styles were written in accordance withBEM methodology.


Folder structure

├── 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

Requirements

Installation

  • Clone the repo -git clone https://github.com/alperacabey/plugin-manager-vue.git.

  • Install project dependencies —npm install oryarn.

  • Launch the app —npm run dev oryarn dev

    Client will become available athttp://localhost:3001

    Server will become available athttp://localhost:3000

Available Scripts

  • dev
  • build
  • test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp