@devjoyvn/pika

2.9.2 • Public • Published

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @devjoyvn/pika

Weekly Downloads

0

Version

2.9.2

License

ISC

Unpacked Size

2.26 MB

Total Files

16

Last publish

Collaborators

  • devjoy