4.0.3 • Published 11 months ago

mydesign-ag v4.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
11 months ago

Excuses: I apologize for the English used, my language is Spanish.

My Design

Content

  1. Introduction.
  2. Dependencies.
  3. Getting started.

Introduction

This project aims to supply a set of reusable CSS elements and templates.

Dependencies

  • Node.js (https://nodejs.org).
    • Run "node -v" in your OS console to see if it is already installed.
  • Npm CLI (https://docs.npmjs.com/cli).
    • On Windows it comes with the Node.js installer, on Linux based OSs you will need to install it.
    • Run "npm -v" in your OS console to see if it is already installed.

Getting started

To install My Design in our project we must execute the following command.

npm i mydesign-ag

To know everything that My Design has prepared for us, we have to clone its repository apart from our project and look at its files.

My Design Repository.

My Design uses ManyP, so we should be familiar with this way of working.

ManyP Repository.

Running the following command will create a test server. Now we can see some examples of My Design that we can add to our project.

manyp-cli server

When we decide which example we want to add to our project, we will access the “pages” folder and within it we will be able to find a folder with the name of the example we have selected. When we find the folder of our example, we will open the file "body.html" that is inside it. In this file is all the information to implement this example in our project. The implementation of the example in our project depends on the following.

  • DESCRIPTION.
  • DEPENDENCIES.
  • CODE.

You will see the CSS class called “my-simple-container” in many of the cases as shown below. This class tells the "div" that contains it that it behaves like a small container, in many cases and if you want, this container is not needed to add the example in our project.

<div class="my-simple-container">
  ...
</div>
4.0.3

11 months ago

4.0.1

1 year ago

4.0.0

1 year ago

4.0.2

1 year ago

3.3.0

2 years ago

3.2.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

3.1.0

2 years ago

2.4.2

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.8

3 years ago

2.1.6

3 years ago

2.1.5

3 years ago

2.1.7

3 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.6.6

5 years ago

0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago