2.9.2 • Published 2 years ago

@devjoyvn/pika v2.9.2

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

Pika

Build Status

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.

  1. Clone the source code

    git clone https://gitlab.com/devjoytech/pika.git

  2. Change directory to pika and Install development dependencies

cd pika

yarn install

  1. 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 -

    Maintainers

2.9.2

2 years ago

2.9.1

2 years ago

2.9.0

2 years ago