0.13.0 • Published 9 months ago

@windward/core v0.13.0

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
9 months ago

Windward UI Plugin Library

Windward UI plugin library implements content components add amplify windward's ability to simplify editor's workflow

Getting Started Locally with npm

Software Requirements:

  • Node v16+, npm v8+

Clone the windward-ui-plugin-core repository

$ cd windward-ui-plugin-core
$ npm install
$ npm link

Clone the windward-ui repository and follow README to setup

Link to Windward ui repo

$ cd windward-ui
$ npm install
$ cd node_modules
$ npm link @windward/core
$ npm run dev

Your Repos are linked at this point and you are ready to start developing windward plugins

Code Styles

import x from 'path'

  1. For files in this repository use ./ or ../

    eg:

    import UserFileAsset from './models/UserFileAsset'
  2. For files in the windward-core repository use ~/

    eg:

    import ContentBlockAsset from '~/components/Content/ContentBlockAsset.vue'
    import BaseContentBlock from '~/components/Content/Blocks/BaseContentBlock'
  3. When unit testing only and for files in this repository use ./ or ../ or @/

    For ease of use the @/ alias is available to navigate to the root of this project. The @/ alias is synonymous to the ~/ however it's bound to THIS repository instead of the windward-core repository.

    eg:

    import UserUpload from '@/components/Content/Blocks/UserUpload.vue'
  4. To add a page use the below format in your pages: [] in plugin.js

    {
        // The name to be used by the vue router. This must be unique
        name: 'PluginUserUploadPage',
        // The vue router path. Use :course to allow the page to be accessed while in a course
        path: '/course/:course/user-uploads',
        // The template to use for the page
        template: UserUploadPage,
    }

Code of Conduct

In order to ensure that the Windward community is welcoming to all we follow the same code of conduct as Laravel.

Security Vulnerabilities

If you discover a security vulnerability within Windward, please create a ticket on this repository and tag it as "security"

License

Windward LMS is open-sourced software licensed under the MIT license.

0.13.0

9 months ago

0.12.3

10 months ago

0.12.4

10 months ago

0.12.5

10 months ago

0.12.6

10 months ago

0.12.0

10 months ago

0.12.1

10 months ago

0.12.2

10 months ago

0.11.0

10 months ago

0.10.0

11 months ago

0.9.2

1 year ago

0.9.1

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.3

1 year ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago