2.10.8 • Published 2 years ago

linuxt v2.10.8

Weekly downloads
43
License
Apache-2.0
Repository
-
Last release
2 years ago

Linuxt

LitElement New UX Tool of Web Development. Generate static web pages with links to js and css files that are stored in the dist folder. Oriented to HTML5, CSS, ES6 + and Web components standards through LitElement. Based in conventions vs configurations.

linuxt is a set of tools to create static sites using standard javascript.

Tools

linuxt, the command line interface to generate static pages

Install like global cli

$ npm install -g linuxt

Usage

Generate scafolding

$ linuxt create-page scafolding [--languages 'lang1','lang2'[,...]] [--commonfiles 'file1','file2'[,...]]

Generate new Page

$ linuxt create-page PAGENAME [--languages 'lang1','lang2'[,...]]

Generate web-component

$ linuxt create-wc WC-NAME

Generate Build

To generate estatic HTML pages

$ linuxt build [--port PORT] [--workdir WORKDIR]

TREE DIR STRUCTURE

El proyecto consta de la siguiente estructura de carpetas:

| dist (after the build) | resources | src |assets |components |css |js | |lib | |pages | |tpl |__json

Path dist

Path when the html pages are building after npm run build

Path recursos

Path whith resources like robots.txt and sitemap.xml. These files are copied into dist dir.

2.10.7

2 years ago

2.10.8

2 years ago

2.10.5

2 years ago

2.10.3

2 years ago

2.10.1

3 years ago

2.10.0

3 years ago

2.8.12

3 years ago

2.8.10

3 years ago

2.8.9

3 years ago

2.8.8

3 years ago

2.8.5

3 years ago

2.8.7

3 years ago

2.8.6

3 years ago

2.8.1

3 years ago

2.8.3

3 years ago

2.8.2

3 years ago

2.8.4

3 years ago

2.8.0

3 years ago

2.7.1

3 years ago

2.7.0

4 years ago

2.6.2

4 years ago

2.6.1

4 years ago

2.6.0

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.2.0

4 years ago

2.1.8

4 years ago

2.1.7

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.3

4 years ago

2.1.6

4 years ago

2.1.5

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago