@devjoyvn/pika
v2.9.2
Published
Pika is a new generation CSS framework based on ITCSS and Sass , it allows you to design component-driven webpages with little or no effort.
Downloads
1
Readme
Pika
Dự án này là một gói CSS chung mà chúng tôi sử dụng trên các ứng dụng giao diện người dùng của mình tại Devjoy Tech. Nó được dựa trên ITCSS kiến trúc và viết bằng Sass. Mục đích của dự án này là làm cho quá trình phát triển HTML và CSS kết hợp lỏng lẻo với dự án giao diện người dùng thực tế để cho phép dễ dàng đóng góp và khả năng mở rộng về mặt nỗ lực phát triển.
Demo
https://devjoy-tech.github.io/pika
Building and Running Pika Locally
Building and running Pika in your local dev environment is very easy. Be sure you have Node.js and Yarn installed, then follow the directions below.
- Clone the source code
git clone https://gitlab.com/devjoytech/pika.git
- Change directory to
pika
and Install development dependencies
cd pika
yarn install
- Run a local development server
yarn start
Pika will start running on localhost:9000.
Directory Structure
| sass/styles contains sass files
| examples
- public contains static assets
- components contains individual components
these are registered as partials and can be used in pages or other components
- views Individual pages, gets build into examples/html/*.html files
See Pika in Action
Pika is used in the following websites -