@frekuy_inriver/html-templates-vue

1.0.35 • Public • Published

HtmlTemplatesVue

This library is distributed as a NPM package: @frekuy_inriver/html-templates-vue

This library contains visual components coded in Vue.js, as well as some useful code that makes interaction with Vuex smoother.

What belongs here

Visual components generic enough to be useful to many HTML templates. These may not contain any logic beyond what contributes to the UI, instead being extendable to fit any situation. (Components like this belong in the "Components"-folder)

More specialized components for common use-cases, including some domain logic. These should be modularly defined and rely on generic visual components as much as possible. (Components like this belong in the "DomainModules"-folder)

Things relating to Vuex that makes development easier. (Code like this belong in the "StateManagement"-folder)

What doesn't belong here

Code unique to a very specific scenario.

How do I build it?

Please see the ASP.NET application named "Workbench", located in the same solution, which consumes these scripts directly. There you may debug your code during development and try out new things, without worrying about breaking things. The workbench is the developers playground and will/should never contain production code.

How to I release a new version

First of all, alter the version number in package.json. Then, run the NPM script called "npm-publish". You may also perform a dry run using "npm-publish-dry-run". If you are using Visual Studio, consider using the "Task Runner Explorer" for easy interaction.

Readme

Keywords

none

Package Sidebar

Install

npm i @frekuy_inriver/html-templates-vue

Weekly Downloads

1

Version

1.0.35

License

none

Unpacked Size

65.6 kB

Total Files

28

Last publish

Collaborators

  • frekuy_inriver