0.0.19 • Published 5 years ago

@dac-software/front-configuration-pl v0.0.19

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 years ago

Qarson FRONT CONFIGURATION

Main purpose of this library is to aggregate all frontend UI libraries, their configuration and compile to proper bundles. Library serves all frontend related assets, such as js, css, font, images files.

Requirements

  • nodejs with npm v8 +

Installation:

Installing depedencies

npm install

Build production library files

npm run build

Build process creates dist directory which should be used as symlink in main (backend) project.

Development:

Library is third party lib for qarson multipage system. Allows to use webpack-dev-server with its features in range of backend project.

To work with code in configured development process you need to do few steps:

1) Link current library (be aware of used the same node version in all)

```
npm link
```

2) Run webpack dev server

```
npm run start:dev
```

3) Move to main backend project and link this library

```
npm link @dac-software/front-configuration-pl
```

Development test deploy

For manual tests purposes library should be published on npm with -dev tag (TODO learn the process)

NPM publising:

1) Increase version in package.json 2) Npm login with proper username and password

```
npm login
```

3) Npm publish (command will trigger prepare npm method which should build files to dist directory)

```
npm publish --access=public
```
0.0.19

5 years ago

0.0.19-dev

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.18-dev

5 years ago

0.0.17-dev

5 years ago

0.0.16

5 years ago

0.0.16-dev

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.14-dev

5 years ago

0.0.13

5 years ago

0.0.13-dev

5 years ago

0.0.12-dev

5 years ago

0.0.11-dev

5 years ago

0.0.10-dev

5 years ago

0.0.9-dev

5 years ago

0.0.8-dev

5 years ago

0.0.7-dev

5 years ago

0.0.6-dev

5 years ago

0.0.5-dev

5 years ago

0.0.4-dev

5 years ago

0.0.3-dev

5 years ago

0.0.2-dev

5 years ago

0.0.1-dev

5 years ago