1.4.0 • Published 2 years ago

fast-layout v1.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Language : 🇺🇸 | 🇨🇳

fast-layout

videoExample

part1:install vue3.0

part2:install fast-layout

part3:Using fast layout to realize keyboard layout

introduce

Using fast layout can meet more than 95% of the layout requirements in the work, and there is no need to write or write a small amount of CSS code to complete the complex layout, so that there is no difficult layout in the world

start

Enter fast-layout --init in the root directory of the console project, and the system will automatically create a fast_layout.config.js configuration file

fileContent

module.exports= {
    color: {
        bg:'#5f6683',
        key_bg:'#58595e',
        main:'#fdd25f',
        key_blue:'#555d81',
        key_grey:'#c4c2c5',
        key_text:'#1f2120'
    },
    filePath: '/src/style/layout.css',
};

last

type commond fast-layout on the console to create a file of result

1.4.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago